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");
|
||
|
}
|