aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Modules/modify-module.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/modify-module.m b/test/Modules/modify-module.m
index 422d3c3e97..7ec99068fa 100644
--- a/test/Modules/modify-module.m
+++ b/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