forked from OSchip/llvm-project
Fixing some comments in this test. No functional changes.
llvm-svn: 209128
This commit is contained in:
parent
b1d23a8db3
commit
857c7fb448
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue