From 822627f8c5f096260f797da221eacfef44bd63a9 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 11 Dec 2012 22:25:26 +0000 Subject: [PATCH] Don't use 'touch' in this test; it may be the cause of Windows-related failures. llvm-svn: 169922 --- clang/test/Modules/modify-module.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Modules/modify-module.m b/clang/test/Modules/modify-module.m index 422d3c3..7ec9906 100644 --- a/clang/test/Modules/modify-module.m +++ b/clang/test/Modules/modify-module.m @@ -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 -- 2.7.4