forked from OSchip/llvm-project
disable these two tests, they crash and take a long time to run crashreporter etc.
llvm-svn: 59254
This commit is contained in:
parent
9226b92563
commit
7464fc784e
|
@ -1,4 +1,5 @@
|
|||
// RUN: clang -fsyntax-only --serialize %s
|
||||
// XFAIL
|
||||
// DISABLED:
|
||||
// R U N: clang -fsyntax-only --serialize %s
|
||||
// RUN:
|
||||
|
||||
#include "c-language-features.inc"
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
// RUN: clang -fsyntax-only --serialize %s
|
||||
// XFAIL
|
||||
// DISABLED:
|
||||
// RUN:
|
||||
// R U N: clang -fsyntax-only --serialize %s
|
||||
|
||||
#include "objc-language-features.inc"
|
||||
|
|
Loading…
Reference in New Issue