Skip to content

Commit d417955

Browse files
committed
Fix test collection
1 parent c74eaf1 commit d417955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/src/bin/collect-tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ fn inline_tests_dir() -> PathBuf {
124124
}
125125

126126
fn grammar_dir() -> PathBuf {
127-
base_dir().join("src/parser/event_parser/grammar")
127+
base_dir().join("src/parser/grammar")
128128
}
129129

130130
fn base_dir() -> PathBuf {

0 commit comments

Comments
 (0)