summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/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
commita2b66875d36e4d0db9b86b55774b3ef2aff223f5 (patch)
tree24bf9ddf0f93744dae5baca178fe62c8fbf601bf /clang-tools-extra/test/modularize
parent2d2d45e330b61bf91453b3e4ebab544afe7a0244 (diff)
downloadbcm5719-llvm-a2b66875d36e4d0db9b86b55774b3ef2aff223f5.tar.gz
bcm5719-llvm-a2b66875d36e4d0db9b86b55774b3ef2aff223f5.zip
Added colon to make proper error message prefix.
llvm-svn: 191092
Diffstat (limited to 'clang-tools-extra/test/modularize')
-rw-r--r--clang-tools-extra/test/modularize/ProblemsExternC.modularize4
-rw-r--r--clang-tools-extra/test/modularize/ProblemsNamespace.modularize4
2 files changed, 4 insertions, 4 deletions
diff --git a/clang-tools-extra/test/modularize/ProblemsExternC.modularize b/clang-tools-extra/test/modularize/ProblemsExternC.modularize
index e16dcfdb62d..b91d7e593e3 100644
--- a/clang-tools-extra/test/modularize/ProblemsExternC.modularize
+++ b/clang-tools-extra/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/clang-tools-extra/test/modularize/ProblemsNamespace.modularize b/clang-tools-extra/test/modularize/ProblemsNamespace.modularize
index 193402b966c..d4bc3535139 100644
--- a/clang-tools-extra/test/modularize/ProblemsNamespace.modularize
+++ b/clang-tools-extra/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.
OpenPOWER on IntegriCloud