aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/chain-selectors.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/PCH/chain-selectors.m')
-rw-r--r--test/PCH/chain-selectors.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PCH/chain-selectors.m b/test/PCH/chain-selectors.m
index 3b19172799c5..c543b7106d5a 100644
--- a/test/PCH/chain-selectors.m
+++ b/test/PCH/chain-selectors.m
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 -fsyntax-only -verify %s -Wselector -include %S/Inputs/chain-selectors1.h -include %S/Inputs/chain-selectors2.h
// RUN: %clang_cc1 -x objective-c -emit-pch -o %t1 %S/Inputs/chain-selectors1.h
-// RUN: %clang_cc1 -x objective-c -emit-pch -o %t2 %S/Inputs/chain-selectors2.h -include-pch %t1 -chained-pch
+// RUN: %clang_cc1 -x objective-c -emit-pch -o %t2 %S/Inputs/chain-selectors2.h -include-pch %t1
// RUN: %clang_cc1 -fsyntax-only -verify %s -Wselector -include-pch %t2
@implementation X