diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-06-16 00:19:29 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-06-16 00:19:29 +0000 |
commit | 3d8fceafe6ed505fee337c184fc0e08c2e41a104 (patch) | |
tree | 398d1857d16a0795c1ce900633f1e9afbcf5c6b4 /clang/test/Preprocessor/pp-modules.c | |
parent | 5b5f97537f8b5865141d0bd827a1c271e6a90b0a (diff) | |
download | bcm5719-llvm-3d8fceafe6ed505fee337c184fc0e08c2e41a104.tar.gz bcm5719-llvm-3d8fceafe6ed505fee337c184fc0e08c2e41a104.zip |
Commit some test changes somehow missed in r239789.
llvm-svn: 239791
Diffstat (limited to 'clang/test/Preprocessor/pp-modules.c')
-rw-r--r-- | clang/test/Preprocessor/pp-modules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/pp-modules.c b/clang/test/Preprocessor/pp-modules.c index 213a5fd23c8..09f3eee193f 100644 --- a/clang/test/Preprocessor/pp-modules.c +++ b/clang/test/Preprocessor/pp-modules.c @@ -1,5 +1,5 @@ // RUN: rm -rf %t -// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -o - | FileCheck %s +// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -x objective-c %s -F %S/../Modules/Inputs -E -o - | FileCheck %s // CHECK: int bar(); int bar(); |