blob: 83bb153ba08a15538f9037f79d4c2a918c1af194 [file] [log] [blame]
#![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature
#[test_case] //~ ERROR custom test frameworks are an unstable feature
fn f() {}
fn main() {}