From: NAKAMURA Takumi Date: Fri, 25 Jan 2013 11:07:42 +0000 (+0000) Subject: clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d56bfe37d039fa3f4b91ed8d079253159177740;p=clang clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173439 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/PCH/modified-header-error.c b/test/PCH/modified-header-error.c index 6335fb1b45..ef9249447a 100644 --- a/test/PCH/modified-header-error.c +++ b/test/PCH/modified-header-error.c @@ -9,3 +9,4 @@ #include "header2.h" // CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built +// REQUIRES: shell