From b0d2c9bfb8c9864e1c67914c3f630274ed132d67 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 19 May 2014 14:52:09 +0000 Subject: [PATCH] Fixing some comments in this test. No functional changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@209128 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Lexer/cross-windows-on-linux.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Lexer/cross-windows-on-linux.cpp b/test/Lexer/cross-windows-on-linux.cpp index bd01d47627..810e1d6ea9 100644 --- a/test/Lexer/cross-windows-on-linux.cpp +++ b/test/Lexer/cross-windows-on-linux.cpp @@ -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 -- 2.40.0