Bugfixes for edis. Code to initialize instruction
[oota-llvm.git] / test / FrontendAda / array_ref.adb
index 093233a31ff939494c6f1e52cbb3d760e4eef0b1..9577e21ad70f759224758ef2d1360467228dab7e 100644 (file)
@@ -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;