From 7912189ec304b28c4df0030b5282cf3d21074154 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 31 Jul 2018 23:38:19 +0300 Subject: reorganize --- tools/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/src') 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}; type Result = ::std::result::Result; -const GRAMMAR_DIR: &str = "./src/parser/grammar"; +const GRAMMAR_DIR: &str = "./src/grammar"; const INLINE_TESTS_DIR: &str = "tests/data/parser/inline"; const GRAMMAR: &str = "./src/grammar.ron"; const SYNTAX_KINDS: &str = "./src/syntax_kinds/generated.rs"; -- cgit v1.2.3