Author: timurrrr
Date: Mon Jul 23 04:43:03 2012
New Revision: 160626

URL: http://llvm.org/viewvc/llvm-project?rev=160626&view=rev
Log:
Follow-up: fix the quotes

Modified:
    cfe/trunk/test/CodeGenCXX/mangle-ms.cpp

Modified: cfe/trunk/test/CodeGenCXX/mangle-ms.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/mangle-ms.cpp?rev=160626&r1=160625&r2=160626&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/mangle-ms.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/mangle-ms.cpp Mon Jul 23 04:43:03 2012
@@ -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;
 


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to