summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/objc_redef.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/objc_redef.m')
-rw-r--r--clang/test/Modules/objc_redef.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/objc_redef.m b/clang/test/Modules/objc_redef.m
index f91124172f7..28e47665f24 100644
--- a/clang/test/Modules/objc_redef.m
+++ b/clang/test/Modules/objc_redef.m
@@ -8,6 +8,6 @@ int test(id x) {
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -emit-module -fmodule-name=redeclarations_left %S/Inputs/module.map
// RUN: %clang_cc1 -fmodules -x objective-c -fmodules-cache-path=%t -emit-module -fmodule-name=weird_objc %S/Inputs/module.map
-// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t %s -verify
+// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I %S/Inputs %s -verify
// expected-no-diagnostics
OpenPOWER on IntegriCloud