0b303c766c
This way they still appear in `cargo test`'s output.
8 lines
200 B
Rust
8 lines
200 B
Rust
#[cfg_attr(target_os = "emscripten", ignore)]
|
|
#[cfg_attr(not(cargo_expand), ignore)]
|
|
#[rustversion::attr(not(nightly), ignore)]
|
|
#[test]
|
|
fn expandtest() {
|
|
macrotest::expand("tests/expand/*.rs");
|
|
}
|