diff options
author | Duncan Sands <baldrick@free.fr> | 2011-03-31 10:03:32 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-03-31 10:03:32 +0000 |
commit | 021cf96ffc954250f500c9721ff4aad409a47434 (patch) | |
tree | e81b47fdabd6705446894d026eff6b54609e509a /test/FrontendAda | |
parent | f202c43de1975cd2ecc343819834275213881131 (diff) |
Will not compile without the spec!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128623 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendAda')
-rw-r--r-- | test/FrontendAda/real_cst.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/real_cst.adb b/test/FrontendAda/real_cst.adb index c9708301d6..7514371025 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 |