summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/index-module.m
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2013-02-07 19:01:24 +0000
committerDouglas Gregor <dgregor@apple.com>2013-02-07 19:01:24 +0000
commit35b04d6fd256f284ff46bfcb69de214aaf93f957 (patch)
tree221b25916b4004e032a051bea4d58cb8f84ad7e2 /clang/test/Index/index-module.m
parenteb849c6bd5cd39369ba7078c03447b371d73db71 (diff)
downloadbcm5719-llvm-35b04d6fd256f284ff46bfcb69de214aaf93f957.tar.gz
bcm5719-llvm-35b04d6fd256f284ff46bfcb69de214aaf93f957.zip
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
llvm-svn: 174645
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