X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendAda%2Farray_ref.adb;h=9577e21ad70f759224758ef2d1360467228dab7e;hb=4285b294a86f507822b8c00d85888e78f69672e5;hp=093233a31ff939494c6f1e52cbb3d760e4eef0b1;hpb=e10988ddbd4af043a63dd5b41676fe76ef8c5e79;p=oota-llvm.git diff --git a/test/FrontendAda/array_ref.adb b/test/FrontendAda/array_ref.adb index 093233a31ff..9577e21ad70 100644 --- a/test/FrontendAda/array_ref.adb +++ b/test/FrontendAda/array_ref.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s -o /dev/null +-- RUN: %llvmgcc -c %s procedure Array_Ref is type A is array (Natural range <>, Natural range <>) of Boolean; type A_Access is access A;