diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/PCH/chain-cxx.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/PCH/chain-cxx.cpp b/test/PCH/chain-cxx.cpp index d269de529f..8c17fee41b 100644 --- a/test/PCH/chain-cxx.cpp +++ b/test/PCH/chain-cxx.cpp @@ -7,6 +7,7 @@ // RUN: %clang_cc1 -x c++-header -emit-pch -o %t1 %s // RUN: %clang_cc1 -x c++-header -emit-pch -o %t2 %s -include-pch %t1 -chained-pch // RUN: %clang_cc1 -fsyntax-only -verify -include-pch %t2 %s +// XFAIL: * #ifndef HEADER1 #define HEADER1 |