serde/test_suite/tests/expandtest.rs
2020-05-05 21:50:14 -07:00

8 lines
198 B
Rust

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