2019-11-24 19:27:28 -06:00
|
|
|
#[cfg_attr(target_os = "emscripten", ignore)]
|
2019-11-03 06:31:08 -06:00
|
|
|
#[cfg_attr(not(cargo_expand), ignore)]
|
2019-11-24 19:27:28 -06:00
|
|
|
#[rustversion::attr(not(nightly), ignore)]
|
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
|
|
|
}
|