mirror of
https://github.com/serde-rs/serde.git
synced 2025-09-30 06:21:26 +00:00
8 lines
192 B
Rust
8 lines
192 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/*.rs");
|
|
}
|