]> granicus.if.org Git - clang/commitdiff
Don't use 'touch' in this test; it may be the cause of Windows-related failures.
authorDouglas Gregor <dgregor@apple.com>
Tue, 11 Dec 2012 22:25:26 +0000 (22:25 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 11 Dec 2012 22:25:26 +0000 (22:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169922 91177308-0d34-0410-b5e6-96231b3b80d8

test/Modules/modify-module.m

index 422d3c3e97c35d4e70a6b6368ca881a582ad1b94..7ec99068faeee1e5cb2123198ccf46d40f3de39d 100644 (file)
@@ -8,7 +8,7 @@
 // RUN: cp %S/Inputs/Modified/module.map %t/include
 // RUN: %clang_cc1 -fmodule-cache-path %t/cache -fmodules -I %t/include %s -verify
 // expected-no-diagnostics
-// RUN: touch %t/include/B.h
+// RUN: echo '' >> %t/include/B.h
 // RUN: %clang_cc1 -fmodule-cache-path %t/cache -fmodules -I %t/include %s -verify
 // RUN: echo 'int getA(); int getA2();' > %t/include/A.h
 // RUN: %clang_cc1 -fmodule-cache-path %t/cache -fmodules -I %t/include %s -verify