forked from OSchip/llvm-project
Adding a line for XFAIL win32 broke the test.
Remove a line: this test is line position sensitive. llvm-svn: 122231
This commit is contained in:
parent
bea85d8477
commit
9b45fdf060
|
@ -2,7 +2,6 @@
|
|||
// RUN: %clang_cc1 -include-pch %t -isysroot %S/libroot %s -verify
|
||||
// RUN: not %clang_cc1 -include-pch %t %s
|
||||
// XFAIL: win32
|
||||
|
||||
#include <reloc.h>
|
||||
|
||||
int x = 2; // expected-error{{redefinition}}
|
||||
|
|
Loading…
Reference in New Issue