From a9150cdac3d666671fce74cac621d68cc0ade17d Mon Sep 17 00:00:00 2001 From: Francois Pichet Date: Mon, 20 Dec 2010 05:53:40 +0000 Subject: [PATCH] Adding a line for XFAIL win32 broke the test. 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/test/PCH/reloc.c b/test/PCH/reloc.c index 47bc55f043..51a7c4c879 100644 --- a/test/PCH/reloc.c +++ b/test/PCH/reloc.c @@ -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 int x = 2; // expected-error{{redefinition}} -- 2.40.0