serde/test_suite/tests/expandtest.rs

8 lines
200 B
Rust
Raw Normal View History

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