From: Chris Lattner Date: Thu, 22 May 2003 20:43:21 +0000 (+0000) Subject: Fix testcase X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=9c9b4977a47951c5e4ce5e2442bc216d51e46dbe;p=oota-llvm.git Fix testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6299 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/C++Frontend/2003-05-22-VarSizeArray.c b/test/C++Frontend/2003-05-22-VarSizeArray.c index 78e15dfc3be..7ab4d67a998 100644 --- a/test/C++Frontend/2003-05-22-VarSizeArray.c +++ b/test/C++Frontend/2003-05-22-VarSizeArray.c @@ -1,3 +1,4 @@ +#include int test(int Num) { int Arr[Num];