summaryrefslogtreecommitdiff
path: root/stack_check/stack_check.adb
diff options
context:
space:
mode:
Diffstat (limited to 'stack_check/stack_check.adb')
-rw-r--r--stack_check/stack_check.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/stack_check/stack_check.adb b/stack_check/stack_check.adb
index a35a29e..575d967 100644
--- a/stack_check/stack_check.adb
+++ b/stack_check/stack_check.adb
@@ -25,6 +25,7 @@ procedure stack_check is
end BlowMe;
begin
+ Put_Line ("*** GNAT/RTEMS Stack Checker Test ***");
BlowMe (1, UselessArray);
end stack_check;