2018-09-02 16:03:24 +00:00
|
|
|
#![test_runner(main)] //~ ERROR custom test frameworks are an unstable feature
|
2018-07-21 01:04:02 +00:00
|
|
|
|
2019-07-05 22:58:52 +00:00
|
|
|
#[test_case] //~ ERROR custom test frameworks are an unstable feature
|
|
|
|
fn f() {}
|
|
|
|
|
2018-07-21 01:04:02 +00:00
|
|
|
fn main() {}
|