forked from OSchip/llvm-project
Don't build this test with modules for now, it's causing buildbot failures.
llvm-svn: 178740
This commit is contained in:
parent
4dc336b20f
commit
5dacbec4aa
|
@ -1,5 +1,4 @@
|
|||
// RUN: %clang -target i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 %s
|
||||
// RUN: %clang -target i386-apple-darwin10 -fsyntax-only -Xclang -verify -std=c89 -fmodules %s
|
||||
// expected-no-diagnostics
|
||||
|
||||
// FIXME: Disable inclusion of mm_malloc.h, our current implementation is broken
|
||||
|
|
Loading…
Reference in New Issue