1
2
3
4
5
6
#![feature(test)]
#![feature(internal_output_capture)]

extern crate test;

pub fn runner(_tests: &[&test::TestDescAndFn]) {}