summaryrefslogtreecommitdiff
path: root/test/Modules/subframeworks.m
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-01-03 15:21:29 +0000
committerDouglas Gregor <dgregor@apple.com>2012-01-03 15:21:29 +0000
commitc514a8a0eaa575cf46b038cc27fa1e4e8c22f89a (patch)
tree4ffc10ae01eedc09ec9fe76b8e1b54abce7682fc /test/Modules/subframeworks.m
parent0257b7fbbe2e48bdc4c435a275b5daac195fb1cb (diff)
downloadclang-c514a8a0eaa575cf46b038cc27fa1e4e8c22f89a.tar.gz
Rename the command-line option for mapping #include/#import over to
module imports from -fauto-module-import to -fmodules. The new name will eventually be used to enable modules, and the #include/#import mapping is a crucial part of the feature. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@147447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules/subframeworks.m')
-rw-r--r--test/Modules/subframeworks.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Modules/subframeworks.m b/test/Modules/subframeworks.m
index 2e149cccdc..13c8bc07ab 100644
--- a/test/Modules/subframeworks.m
+++ b/test/Modules/subframeworks.m
@@ -1,6 +1,6 @@
// RUN: rm -rf %t
-// RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fauto-module-import -F %S/Inputs %s -verify
-// RUN: %clang_cc1 -x objective-c++ -Wauto-import -fmodule-cache-path %t -fauto-module-import -F %S/Inputs %s -verify
+// RUN: %clang_cc1 -Wauto-import -fmodule-cache-path %t -fmodules -F %S/Inputs %s -verify
+// RUN: %clang_cc1 -x objective-c++ -Wauto-import -fmodule-cache-path %t -fmodules -F %S/Inputs %s -verify
__import_module__ DependsOnModule;