serde/test_suite/tests/expandtest.rs
2019-11-24 17:25:44 -08:00

8 lines
192 B
Rust

#[cfg(not(target_os = "emscripten"))]
#[rustversion::attr(not(nightly), ignore)]
#[cfg_attr(not(cargo_expand), ignore)]
#[test]
fn expandtest() {
macrotest::expand("tests/expand/*.rs");
}