mirror of https://github.com/microsoft/clang.git
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196738 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
873ec2981d
commit
9ad7e0d7b5
|
@ -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