Fix test collection

This commit is contained in:
Aleksey Kladov 2018-02-04 14:03:42 +03:00
parent c74eaf1fdf
commit d4179550cd

View file

@ -124,7 +124,7 @@ fn inline_tests_dir() -> PathBuf {
} }
fn grammar_dir() -> PathBuf { fn grammar_dir() -> PathBuf {
base_dir().join("src/parser/event_parser/grammar") base_dir().join("src/parser/grammar")
} }
fn base_dir() -> PathBuf { fn base_dir() -> PathBuf {