summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-module.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Index/index-module.m')
-rw-r--r--clang/test/Index/index-module.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Index/index-module.m b/clang/test/Index/index-module.m
index 54b77d1d5f0..2fccf75d7b7 100644
--- a/clang/test/Index/index-module.m
+++ b/clang/test/Index/index-module.m
@@ -4,7 +4,7 @@
int glob;
// RUN: rm -rf %t.cache
-// RUN: c-index-test -index-file %s -fmodule-cache-path %t.cache -fmodules -F %S/../Modules/Inputs \
+// RUN: c-index-test -index-file %s -fmodules-cache-path=%t.cache -fmodules -F %S/../Modules/Inputs \
// RUN: -Xclang -fdisable-module-hash | FileCheck %s
// CHECK-NOT: [indexDeclaration]
OpenPOWER on IntegriCloud