
Unfortunately, XFAIL applies to the entire file. Split the test into two different units, enabling the proper application of XFAIL on the test which is expected to fail on Windows. llvm-svn: 203633
7 lines
165 B
C++
7 lines
165 B
C++
// RUN: not %clang_cc1 -fsyntax-only -fms-compatibility -triple i686-win32 %s 2>&1 \
|
|
// RUN: | FileCheck %s
|
|
|
|
#include "Inputs\success.h"
|
|
|
|
// CHECK: error: success
|