diff options
Diffstat (limited to 'test/PCH/chain-categories2.m')
-rw-r--r-- | test/PCH/chain-categories2.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/PCH/chain-categories2.m b/test/PCH/chain-categories2.m index 6b9708566c..f230bf9348 100644 --- a/test/PCH/chain-categories2.m +++ b/test/PCH/chain-categories2.m @@ -1,10 +1,10 @@ // Test that infinite loop in rdar://10418538 was fixed. // Without PCH -// RUN: %clang_cc1 -fsyntax-only -verify -include %s -include %s %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class -include %s -include %s %s // With PCH -// RUN: %clang_cc1 -fsyntax-only -verify %s -chain-include %s -chain-include %s +// RUN: %clang_cc1 -fsyntax-only -verify -Wno-objc-root-class %s -chain-include %s -chain-include %s #ifndef HEADER1 #define HEADER1 |