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