mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-23 00:08:01 +00:00
Ignore expansion test if cargo-expand subcommand isn't present
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#[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");
|
||||
|
||||
Reference in New Issue
Block a user