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