blob: 5ad79f6febf6e203302f01abf36e6dd775efd60d [file]
#![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature
#![reexport_test_harness_main = "foo"] //~ ERROR custom test frameworks are an unstable feature
#[test_case] //~ ERROR custom test frameworks are an unstable feature
fn f() {}
fn main() {}