]> granicus.if.org Git - clang/commitdiff
Remove an old stdio.h include from the invalid-array test
authorAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 22:37:30 +0000 (22:37 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 8 Dec 2013 22:37:30 +0000 (22:37 +0000)
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

test/Sema/crash-invalid-array.c

index dac335174f2db7dae28d3e551fc6923775a3478a..029413b9843fe806c1a0d22faf6f667f7847ba7d 100644 (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];