diff options
Diffstat (limited to 'test/FrontendAda/global_constant.adb')
-rw-r--r-- | test/FrontendAda/global_constant.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendAda/global_constant.adb b/test/FrontendAda/global_constant.adb index ce9f406..330f97b 100644 --- a/test/FrontendAda/global_constant.adb +++ b/test/FrontendAda/global_constant.adb @@ -1,4 +1,4 @@ --- RUN: %llvmgcc -c %s -I%p/Support +-- RUN: %llvmgcc -S %s -I%p/Support package body Global_Constant is begin raise An_Error; |