]> granicus.if.org Git - clang/commitdiff
Fixing some comments in this test. No functional changes.
authorAaron Ballman <aaron@aaronballman.com>
Mon, 19 May 2014 14:52:09 +0000 (14:52 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 19 May 2014 14:52:09 +0000 (14:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209128 91177308-0d34-0410-b5e6-96231b3b80d8

test/Lexer/cross-windows-on-linux.cpp

index bd01d476274c1faff8d3ac3fbc453f8943825823..810e1d6ea966fad7e2742f1ed85106851241262c 100644 (file)
@@ -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