diff options
author | Aleksey Kladov <[email protected]> | 2019-10-23 16:17:24 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-10-23 16:57:18 +0100 |
commit | a669049ef327db5be04f076eff83932ac1f95d91 (patch) | |
tree | ecc21b23217780ef7ca9279694170f4359b50150 /xtask/tests/tidy-tests | |
parent | b5f13d8d51ef9107363a60b894a741ab596921ce (diff) |
xtask: fold gen-tests and gen-ast into codegen
Diffstat (limited to 'xtask/tests/tidy-tests')
-rw-r--r-- | xtask/tests/tidy-tests/cli.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy-tests/cli.rs b/xtask/tests/tidy-tests/cli.rs index 304d77d89..543c7d7c4 100644 --- a/xtask/tests/tidy-tests/cli.rs +++ b/xtask/tests/tidy-tests/cli.rs | |||
@@ -14,7 +14,7 @@ fn generated_grammar_is_fresh() { | |||
14 | #[test] | 14 | #[test] |
15 | fn generated_tests_are_fresh() { | 15 | fn generated_tests_are_fresh() { |
16 | if let Err(error) = codegen::generate_parser_tests(Mode::Verify) { | 16 | if let Err(error) = codegen::generate_parser_tests(Mode::Verify) { |
17 | panic!("{}. Please update tests by running `cargo xtask gen-tests`", error); | 17 | panic!("{}. Please update tests by running `cargo xtask codegen`", error); |
18 | } | 18 | } |
19 | } | 19 | } |
20 | 20 | ||