From: Duncan Sands Date: Thu, 31 Mar 2011 10:03:32 +0000 (+0000) Subject: Will not compile without the spec! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=021cf96ffc954250f500c9721ff4aad409a47434;p=oota-llvm.git Will not compile without the spec! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128623 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendAda/real_cst.adb b/test/FrontendAda/real_cst.adb index c9708301d62..75143710252 100644 --- a/test/FrontendAda/real_cst.adb +++ b/test/FrontendAda/real_cst.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -S -O2 -gnatn %s +-- RUN: %llvmgcc -S -O2 -gnatn %s -I%p/Support package body Real_Cst is Cst : constant Float := 0.0; procedure Write (Stream : access Ada.Streams.Root_Stream_Type'Class) is