Fixing some comments in this test. No functional changes.

llvm-svn: 209128
This commit is contained in:
Aaron Ballman 2014-05-19 14:52:09 +00:00
parent b1d23a8db3
commit 857c7fb448
1 changed files with 3 additions and 3 deletions

View 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