From a669049ef327db5be04f076eff83932ac1f95d91 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 23 Oct 2019 18:17:24 +0300 Subject: xtask: fold gen-tests and gen-ast into codegen --- xtask/tests/tidy-tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/tests') 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() { #[test] fn generated_tests_are_fresh() { if let Err(error) = codegen::generate_parser_tests(Mode::Verify) { - panic!("{}. Please update tests by running `cargo xtask gen-tests`", error); + panic!("{}. Please update tests by running `cargo xtask codegen`", error); } } -- cgit v1.2.3