diff options
Diffstat (limited to 'test/FrontendAda/global_constant.adb')
-rw-r--r-- | test/FrontendAda/global_constant.adb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/FrontendAda/global_constant.adb b/test/FrontendAda/global_constant.adb deleted file mode 100644 index 330f97b..0000000 --- a/test/FrontendAda/global_constant.adb +++ /dev/null @@ -1,5 +0,0 @@ --- RUN: %llvmgcc -S %s -I%p/Support -package body Global_Constant is -begin - raise An_Error; -end; |