Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/tests/sourcegen_ast.rs')
-rw-r--r--crates/syntax/src/tests/sourcegen_ast.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/crates/syntax/src/tests/sourcegen_ast.rs b/crates/syntax/src/tests/sourcegen_ast.rs
index ac928402f3..4a608da9ff 100644
--- a/crates/syntax/src/tests/sourcegen_ast.rs
+++ b/crates/syntax/src/tests/sourcegen_ast.rs
@@ -793,9 +793,11 @@ fn extract_struct_traits(ast: &mut AstSrc) {
"Const",
"TypeAlias",
"Impl",
+ "ExternBlock",
+ "ExternCrate",
+ "MacroCall",
"MacroRules",
"MacroDef",
- "Macro",
"Use",
];