X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendAda%2Fplaceholder.adb;h=88908263f871ee6777c3850d498f824f035f9155;hb=775c3e58246befc4a6fd943e9db37a1cfb32cce2;hp=f33c9a5ab89d543ec27e83dbcae605990e2af0c4;hpb=fdd75125b87f335ced93c0d9d88d0b3045fe9ecc;p=oota-llvm.git diff --git a/test/FrontendAda/placeholder.adb b/test/FrontendAda/placeholder.adb index f33c9a5ab89..88908263f87 100644 --- a/test/FrontendAda/placeholder.adb +++ b/test/FrontendAda/placeholder.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s +-- RUN: %llvmgcc -S %s procedure Placeholder is subtype Bounded is Integer range 1 .. 5; type Vector is array (Bounded range <>) of Integer;