summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/include-fixer/yamldb_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/include-fixer/yamldb_plugin.cpp')
-rw-r--r--clang-tools-extra/test/include-fixer/yamldb_plugin.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang-tools-extra/test/include-fixer/yamldb_plugin.cpp b/clang-tools-extra/test/include-fixer/yamldb_plugin.cpp
index cadba9db91c..260b4592232 100644
--- a/clang-tools-extra/test/include-fixer/yamldb_plugin.cpp
+++ b/clang-tools-extra/test/include-fixer/yamldb_plugin.cpp
@@ -10,8 +10,7 @@ unknown u;
// CHECK: Number FIX-ITs = 1
// CHECK: FIX-IT: Replace [3:1 - 3:4] with "#include "foo.h"
// CHECK: yamldb_plugin.cpp:4:1:
-// CHECK: error: unknown type name 'unknown'; did you mean 'unknown'?
-// CHECK: Number FIX-ITs = 1
-// CHECK: FIX-IT: Replace [4:1 - 4:8] with "unknown"
+// CHECK: error: unknown type name 'unknown'
+// CHECK: Number FIX-ITs = 0
// CHECK-NOT: error
// CHECK-NOT: FIX-IT
OpenPOWER on IntegriCloud