[cfe-commits] r173439 - /cfe/trunk/test/PCH/modified-header-error.c

NAKAMURA Takumi geek4civic at gmail.com
Fri Jan 25 03:07:42 PST 2013


Author: chapuni
Date: Fri Jan 25 05:07:42 2013
New Revision: 173439

URL: http://llvm.org/viewvc/llvm-project?rev=173439&view=rev
Log:
clang/test/PCH/modified-header-error.c: Disable it again. It had been problematic on win32 for while.

Modified:
    cfe/trunk/test/PCH/modified-header-error.c

Modified: cfe/trunk/test/PCH/modified-header-error.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/PCH/modified-header-error.c?rev=173439&r1=173438&r2=173439&view=diff
==============================================================================
--- cfe/trunk/test/PCH/modified-header-error.c (original)
+++ cfe/trunk/test/PCH/modified-header-error.c Fri Jan 25 05:07:42 2013
@@ -9,3 +9,4 @@
 #include "header2.h"
 
 // CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built
+// REQUIRES: shell





More information about the cfe-commits mailing list