mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-29 05:51:16 +00:00
9 lines
254 B
Rust
9 lines
254 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/**/enum/*.rs");
|
|
macrotest::expand("tests/expand/**/struct/*.rs");
|
|
}
|