Reduce nesting of macrotest test cases

This commit is contained in:
David Tolnay 2019-11-24 17:25:04 -08:00
parent d17d8eb3ee
commit c371563bfc
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
23 changed files with 1 additions and 2 deletions

View File

@ -3,6 +3,5 @@
#[cfg_attr(not(cargo_expand), ignore)]
#[test]
fn expandtest() {
macrotest::expand("tests/expand/**/enum/*.rs");
macrotest::expand("tests/expand/**/struct/*.rs");
macrotest::expand("tests/expand/*.rs");
}