2019-11-24 19:27:28 -06:00
|
|
|
#[cfg_attr(target_os = "emscripten", ignore)]
|
2020-05-05 23:49:21 -05:00
|
|
|
#[cfg_attr(not(expandtest), ignore)]
|
2019-11-24 19:27:28 -06:00
|
|
|
#[rustversion::attr(not(nightly), ignore)]
|
2020-06-26 23:34:32 -05:00
|
|
|
#[allow(unused_attributes)]
|
2019-10-31 13:32:06 -05:00
|
|
|
#[test]
|
|
|
|
fn expandtest() {
|
2019-11-24 19:25:04 -06:00
|
|
|
macrotest::expand("tests/expand/*.rs");
|
2019-10-31 13:32:06 -05:00
|
|
|
}
|