summaryrefslogtreecommitdiff
path: root/test/Sema
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-12-08 22:37:30 +0000
committerAlp Toker <alp@nuanti.com>2013-12-08 22:37:30 +0000
commit9ad7e0d7b5652d3279d227a1537c3b39b8cad1d0 (patch)
tree6f76a6192868be2936e01fd3a248535480ad2201 /test/Sema
parent873ec2981d25ff269f8a39c7a03c3367869551b6 (diff)
downloadclang-9ad7e0d7b5652d3279d227a1537c3b39b8cad1d0.tar.gz
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
Diffstat (limited to 'test/Sema')
-rw-r--r--test/Sema/crash-invalid-array.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/Sema/crash-invalid-array.c b/test/Sema/crash-invalid-array.c
index dac335174f..029413b984 100644
--- a/test/Sema/crash-invalid-array.c
+++ b/test/Sema/crash-invalid-array.c
@@ -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];