[cfe-commits] r169922 - /cfe/trunk/test/Modules/modify-module.m

Douglas Gregor dgregor at apple.com
Tue Dec 11 14:25:26 PST 2012


Author: dgregor
Date: Tue Dec 11 16:25:26 2012
New Revision: 169922

URL: http://llvm.org/viewvc/llvm-project?rev=169922&view=rev
Log:
Don't use 'touch' in this test; it may be the cause of Windows-related failures.

Modified:
    cfe/trunk/test/Modules/modify-module.m

Modified: cfe/trunk/test/Modules/modify-module.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/modify-module.m?rev=169922&r1=169921&r2=169922&view=diff
==============================================================================
--- cfe/trunk/test/Modules/modify-module.m (original)
+++ cfe/trunk/test/Modules/modify-module.m Tue Dec 11 16:25:26 2012
@@ -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





More information about the cfe-commits mailing list