diff options
-rw-r--r-- | test/PCH/modified-header-error.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/modified-header-error.c b/test/PCH/modified-header-error.c index 6335fb1b45..de85fe7c48 100644 --- a/test/PCH/modified-header-error.c +++ b/test/PCH/modified-header-error.c @@ -3,6 +3,7 @@ // 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 |