X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendAda%2Farray_ref.adb;h=2bf4b7988d6d1e205f2ad4bc91b4ca9e01966faf;hb=8c06aa1c597bb5c2c264a190bc35836f0a7b4cd5;hp=093233a31ff939494c6f1e52cbb3d760e4eef0b1;hpb=e10988ddbd4af043a63dd5b41676fe76ef8c5e79;p=oota-llvm.git diff --git a/test/FrontendAda/array_ref.adb b/test/FrontendAda/array_ref.adb index 093233a31ff..2bf4b7988d6 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 -S %s procedure Array_Ref is type A is array (Natural range <>, Natural range <>) of Boolean; type A_Access is access A;