r209128 - Fixing some comments in this test. No functional changes.

Aaron Ballman aaron at aaronballman.com
Mon May 19 07:52:09 PDT 2014


Author: aaronballman
Date: Mon May 19 09:52:09 2014
New Revision: 209128

URL: http://llvm.org/viewvc/llvm-project?rev=209128&view=rev
Log:
Fixing some comments in this test. No functional changes.

Modified:
    cfe/trunk/test/Lexer/cross-windows-on-linux.cpp

Modified: cfe/trunk/test/Lexer/cross-windows-on-linux.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Lexer/cross-windows-on-linux.cpp?rev=209128&r1=209127&r2=209128&view=diff
==============================================================================
--- cfe/trunk/test/Lexer/cross-windows-on-linux.cpp (original)
+++ cfe/trunk/test/Lexer/cross-windows-on-linux.cpp Mon May 19 09:52:09 2014
@@ -6,10 +6,10 @@
 // CHECK: #include "Inputs\success.h"
 // CHECK:          ^
 
-// expected to fail on windows as the inclusion would success and the
-// compilation will fail due to the '#error success'
+// expected to fail on windows as the inclusion would succeed and the
+// compilation will fail due to the '#error success'.
 // XFAIL: win32
 
 // This test may or may not fail since 'Inputs\success.h' is passed
-// to Win32 API on win32.
+// to Win32 APIs on Windows.
 // REQUIRES: disabled





More information about the cfe-commits mailing list