diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-02-07 19:01:24 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-02-07 19:01:24 +0000 |
commit | 35b04d6fd256f284ff46bfcb69de214aaf93f957 (patch) | |
tree | 221b25916b4004e032a051bea4d58cb8f84ad7e2 /clang/test/Index/index-module.m | |
parent | eb849c6bd5cd39369ba7078c03447b371d73db71 (diff) | |
download | bcm5719-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.m | 2 |
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] |