aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimur Iskhodzhanov <timurrrr@google.com>2012-07-23 09:43:03 +0000
committerTimur Iskhodzhanov <timurrrr@google.com>2012-07-23 09:43:03 +0000
commit1cc9be04bd57698d99899ca4a38a2028cb8460b1 (patch)
treef2cdbc1eec10ae26627327990f294f22e19252fb
parenta5427447a3824fef36cf3c9136641b5756d20563 (diff)
Follow-up: fix the quotes
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160626 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenCXX/mangle-ms.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGenCXX/mangle-ms.cpp b/test/CodeGenCXX/mangle-ms.cpp
index 30d67f08e0..ce2293105d 100644
--- a/test/CodeGenCXX/mangle-ms.cpp
+++ b/test/CodeGenCXX/mangle-ms.cpp
@@ -16,9 +16,9 @@
// FIXME: The following three tests currently fail, see PR13182.
// Replace "CHECK-NOT" with "CHECK" when it is fixed.
-// CHECK-NOT: @"\01?color2@@3QBNB
-// CHECK-NOT: @"\01?color3@@3QAY02$$CBNA
-// CHECK-NOT: @"\01?color4@@3QAY02$$CBNA
+// CHECK-NOT: @"\01?color2@@3QBNB"
+// CHECK-NOT: @"\01?color3@@3QAY02$$CBNA"
+// CHECK-NOT: @"\01?color4@@3QAY02$$CBNA"
int a;