diff options
| author | Douglas Gregor <dgregor@apple.com> | 2011-09-14 20:38:11 +0000 |
|---|---|---|
| committer | Douglas Gregor <dgregor@apple.com> | 2011-09-14 20:38:11 +0000 |
| commit | af3ccaf22c5cbf8eb2659931c500b40eb9996ce0 (patch) | |
| tree | d1e0a6d8c88eed0c7d3748352bfadef75da2e41c | |
| parent | 4184ab0b268ebcc9445e04edafb05c53172ce4ae (diff) | |
| download | bcm5719-llvm-af3ccaf22c5cbf8eb2659931c500b40eb9996ce0.tar.gz bcm5719-llvm-af3ccaf22c5cbf8eb2659931c500b40eb9996ce0.zip | |
Disable this test on win32. My "sleep 2" trick didn't seem to work
llvm-svn: 139729
| -rw-r--r-- | clang/test/PCH/modified-header-error.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/PCH/modified-header-error.c b/clang/test/PCH/modified-header-error.c index de85fe7c48b..34f04bfb8bf 100644 --- a/clang/test/PCH/modified-header-error.c +++ b/clang/test/PCH/modified-header-error.c @@ -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 + |

