summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/redecls/main.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/redecls/main.m')
-rw-r--r--clang/test/Modules/redecls/main.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/redecls/main.m b/clang/test/Modules/redecls/main.m
index 8236092956b..bf3788a96d8 100644
--- a/clang/test/Modules/redecls/main.m
+++ b/clang/test/Modules/redecls/main.m
@@ -3,7 +3,7 @@
// RUN: %clang_cc1 -fmodules -x objective-c -emit-module -fmodule-name=b %S/module.map -fmodules-cache-path=%t.mcp
// RUN: %clang_cc1 -fmodules %s -emit-pch -o %t1.pch -fmodules-cache-path=%t.mcp -I %S
// RUN: %clang_cc1 -fmodules %s -emit-pch -o %t2.pch -include-pch %t1.pch -fmodules-cache-path=%t.mcp -I %S
-// RUN: %clang_cc1 -fmodules %s -fsyntax-only -include-pch %t2.pch -fmodules-cache-path=%t.mcp -verify
+// RUN: %clang_cc1 -fmodules %s -fsyntax-only -include-pch %t2.pch -I %S -fmodules-cache-path=%t.mcp -verify
#ifndef HEADER1
#define HEADER1
OpenPOWER on IntegriCloud