aboutsummaryrefslogtreecommitdiff
path: root/test/animated.adb
diff options
context:
space:
mode:
Diffstat (limited to 'test/animated.adb')
-rw-r--r--test/animated.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/animated.adb b/test/animated.adb
index 42d2a49..4a5b570 100644
--- a/test/animated.adb
+++ b/test/animated.adb
@@ -130,7 +130,7 @@ is
Frame_Image_Data : constant Image_Data_Array := Make_Image_Data;
-- This syntax requires Ada 2022, but it allows all overt heap usage to be avoided
- Frame_Images : array (Positive range <>) of RGB.RGB_Image :=
+ Frame_Images : constant array (Positive range <>) of RGB.RGB_Image :=
(for Index in Frame_Image_Data'Range =>
RGB.Forge.Create (Frame_Image_Data (Index), Dimension, Dimension, Channels));