mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:30:12 +01:00
Print NOAUTOUPDATE when _not_ autoupdate (#5134)
Currently it prints the message for autoupdate tests
This commit is contained in:
@@ -256,7 +256,7 @@ auto FileTestCase::TestBody() -> void {
|
||||
llvm::errs() << "\nTo test this file alone, run:\n "
|
||||
<< GetBazelCommand(BazelMode::Test, test_info_->test_name)
|
||||
<< "\n\n";
|
||||
if (test_file.autoupdate_line_number) {
|
||||
if (!test_file.autoupdate_line_number) {
|
||||
llvm::errs() << "\nThis test is NOAUTOUPDATE.\n\n";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user