From 9ad7e0d7b5652d3279d227a1537c3b39b8cad1d0 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Sun, 8 Dec 2013 22:37:30 +0000 Subject: 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 --- test/Sema/crash-invalid-array.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/Sema') 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 - int main() { int x[10][10]; -- cgit v1.2.1