Make this test not depend on how the variable is named.
[oota-llvm.git] / test / FrontendAda / array_range_ref.adb
index ae9bdc6cfcdf66a35cf2590588c484ba08d0aec1..037c5aa8b6f012d1401fcedccc34895da0e55b64 100644 (file)
@@ -1,4 +1,4 @@
--- RUN: %llvmgcc -c %s
+-- RUN: %llvmgcc -S %s
 procedure Array_Range_Ref is
    A : String (1 .. 3);
    B : String := A (A'RANGE)(1 .. 3);