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:
Alp Toker 2013-12-08 22:37:30 +00:00
parent 3cde27785b
commit 7c265cf46a
1 changed files with 1 additions and 3 deletions

View File

@ -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];