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 | 953a61f26bf79932b9699b09add4c388764de170 (patch) | |
| tree | 2afb54515a5a8c129a0f985e8ef4568bee1e00cb /test/Index/index-module.m | |
| parent | ed4330bc159b8311080d03caacac9a8cbf42370c (diff) | |
Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174645 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Index/index-module.m')
| -rw-r--r-- | test/Index/index-module.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Index/index-module.m b/test/Index/index-module.m index 54b77d1d5f..2fccf75d7b 100644 --- a/test/Index/index-module.m +++ b/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] |
