]> granicus.if.org Git - clang/commitdiff
Adding a line for XFAIL win32 broke the test.
authorFrancois Pichet <pichet2000@gmail.com>
Mon, 20 Dec 2010 05:53:40 +0000 (05:53 +0000)
committerFrancois Pichet <pichet2000@gmail.com>
Mon, 20 Dec 2010 05:53:40 +0000 (05:53 +0000)
Remove a line: this test is line position sensitive.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122231 91177308-0d34-0410-b5e6-96231b3b80d8

test/PCH/reloc.c

index 47bc55f043ddbf7bf1b0df465e918ea82db618d6..51a7c4c879462052d1f464f3d66d0f8b46cbd7a9 100644 (file)
@@ -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}}