forked from OSchip/llvm-project
Remove an old stdio.h include from the invalid-array test
This should get it up and running on win and other builders without system headers. llvm-svn: 196738
This commit is contained in:
parent
3cde27785b
commit
7c265cf46a
|
@ -1,8 +1,6 @@
|
|||
// RUN: %clang_cc1 -triple x86_64-apple-darwin -fsyntax-only -verify %s
|
||||
// RUN: %clang_cc1 -triple=x86_64-apple-darwin -fsyntax-only -verify %s
|
||||
// PR6913
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
int x[10][10];
|
||||
|
|
Loading…
Reference in New Issue