Disable this test on win32. My "sleep 2" trick didn't seem to work

llvm-svn: 139729
This commit is contained in:
Douglas Gregor 2011-09-14 20:38:11 +00:00
parent 4184ab0b26
commit af3ccaf22c
1 changed files with 2 additions and 1 deletions

View File

@ -3,10 +3,11 @@
// RUN: echo > %t.dir/header2.h
// RUN: cp %s %t.dir/t.c
// RUN: %clang_cc1 -x c-header %t.dir/header1.h -emit-pch -o %t.pch
// RUN: sleep 2
// RUN: echo >> %t.dir/header2.h
// RUN: %clang_cc1 %t.dir/t.c -include-pch %t.pch -fsyntax-only 2>&1 | FileCheck %s
#include "header2.h"
// CHECK: fatal error: file {{.*}} has been modified since the precompiled header was built
// DISABLE: win32