mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 14:31:53 +00:00
8 lines
215 B
Rust
8 lines
215 B
Rust
#[cfg(not(target_os = "emscripten"))]
|
|
#[rustversion::attr(not(nightly), ignore)]
|
|
#[test]
|
|
fn expandtest() {
|
|
macrotest::expand("tests/expand/**/enum/*.rs");
|
|
macrotest::expand("tests/expand/**/struct/*.rs");
|
|
}
|