aboutsummaryrefslogtreecommitdiff
path: root/tools/src
diff options
context:
space:
mode:
Diffstat (limited to 'tools/src')
-rw-r--r--tools/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/main.rs b/tools/src/main.rs
index 7c6c7a1aa..714158f55 100644
--- a/tools/src/main.rs
+++ b/tools/src/main.rs
@@ -18,7 +18,7 @@ use tools::{collect_tests, Test};
18 18
19type Result<T> = ::std::result::Result<T, failure::Error>; 19type Result<T> = ::std::result::Result<T, failure::Error>;
20 20
21const GRAMMAR_DIR: &str = "./src/parser/grammar"; 21const GRAMMAR_DIR: &str = "./src/grammar";
22const INLINE_TESTS_DIR: &str = "tests/data/parser/inline"; 22const INLINE_TESTS_DIR: &str = "tests/data/parser/inline";
23const GRAMMAR: &str = "./src/grammar.ron"; 23const GRAMMAR: &str = "./src/grammar.ron";
24const SYNTAX_KINDS: &str = "./src/syntax_kinds/generated.rs"; 24const SYNTAX_KINDS: &str = "./src/syntax_kinds/generated.rs";