summaryrefslogtreecommitdiffstats
path: root/test/modularize
diff options
context:
space:
mode:
authorJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-09-20 14:44:20 +0000
committerJohn Thompson <John.Thompson.JTSoftware@gmail.com>2013-09-20 14:44:20 +0000
commit695a13f520d903c389b3490d468adc10a1cdf9e2 (patch)
tree066d6f81889d1dc4a32c84541b93a9581cbc1173 /test/modularize
parentb71d9b29aeb8d879f8ad466f0ea142235bb20588 (diff)
Added colon to make proper error message prefix.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@191092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/modularize')
-rw-r--r--test/modularize/ProblemsExternC.modularize4
-rw-r--r--test/modularize/ProblemsNamespace.modularize4
2 files changed, 4 insertions, 4 deletions
diff --git a/test/modularize/ProblemsExternC.modularize b/test/modularize/ProblemsExternC.modularize
index e16dcfdb..b91d7e59 100644
--- a/test/modularize/ProblemsExternC.modularize
+++ b/test/modularize/ProblemsExternC.modularize
@@ -2,11 +2,11 @@
Inputs/IncludeInExtern.h
-# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInExtern.h:2:3
+# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInExtern.h:2:3:
# CHECK-NEXT: #include "Empty.h"
# CHECK-NEXT: ^
# CHECK-NEXT: error: Include directive within extern "C" {}.
-# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInExtern.h:1:1
+# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInExtern.h:1:1:
# CHECK-NEXT: extern "C" {
# CHECK-NEXT: ^
# CHECK-NEXT: The "extern "C" {}" block is here.
diff --git a/test/modularize/ProblemsNamespace.modularize b/test/modularize/ProblemsNamespace.modularize
index 193402b9..d4bc3535 100644
--- a/test/modularize/ProblemsNamespace.modularize
+++ b/test/modularize/ProblemsNamespace.modularize
@@ -2,11 +2,11 @@
Inputs/IncludeInNamespace.h
-# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInNamespace.h:2:3
+# CHECK: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInNamespace.h:2:3:
# CHECK-NEXT: #include "Empty.h"
# CHECK-NEXT: ^
# CHECK-NEXT: error: Include directive within namespace MyNamespace {}.
-# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInNamespace.h:1:1
+# CHECK-NEXT: {{.*}}{{[/\\]}}Inputs{{[/\\]}}IncludeInNamespace.h:1:1:
# CHECK-NEXT: namespace MyNamespace {
# CHECK-NEXT: ^
# CHECK-NEXT: The "namespace MyNamespace {}" block is here.