aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/import-decl.cpp
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
commit953a61f26bf79932b9699b09add4c388764de170 (patch)
tree2afb54515a5a8c129a0f985e8ef4568bee1e00cb /test/Modules/import-decl.cpp
parented4330bc159b8311080d03caacac9a8cbf42370c (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/Modules/import-decl.cpp')
-rw-r--r--test/Modules/import-decl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/import-decl.cpp b/test/Modules/import-decl.cpp
index 781e19fde8..900e090c0c 100644
--- a/test/Modules/import-decl.cpp
+++ b/test/Modules/import-decl.cpp
@@ -1,5 +1,5 @@
// RUN: rm -rf %t
-// RUN: %clang -fmodule-cache-path %t -fmodules -x objective-c -I %S/Inputs -emit-ast -o %t.ast %s
+// RUN: %clang -fmodules-cache-path=%t -fmodules -x objective-c -I %S/Inputs -emit-ast -o %t.ast %s
// RUN: %clang_cc1 -ast-print -x ast - < %t.ast | FileCheck %s
@import import_decl;