serde/test_suite/tests/expandtest.rs

8 lines
198 B
Rust
Raw Normal View History

#[cfg_attr(target_os = "emscripten", ignore)]
#[cfg_attr(not(expandtest), ignore)]
#[rustversion::attr(not(nightly), ignore)]
#[test]
fn expandtest() {
2019-11-24 17:25:04 -08:00
macrotest::expand("tests/expand/*.rs");
}