Follow-up: fix the quotes

llvm-svn: 160626
diff --git a/clang/test/CodeGenCXX/mangle-ms.cpp b/clang/test/CodeGenCXX/mangle-ms.cpp
index 30d67f0..ce22931 100644
--- a/clang/test/CodeGenCXX/mangle-ms.cpp
+++ b/clang/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;