aboutsummaryrefslogtreecommitdiff
path: root/test/expo.adb
diff options
context:
space:
mode:
Diffstat (limited to 'test/expo.adb')
-rw-r--r--test/expo.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/expo.adb b/test/expo.adb
index 3b5489a..ea2e950 100644
--- a/test/expo.adb
+++ b/test/expo.adb
@@ -74,7 +74,7 @@ procedure Expo is
begin
TIO.Put_Line ("Exponential");
- -- Exp_Test (3, 5); -- uncomment this when logarithms properly worked out
+ Exp_Test (3, 4);
TIO.New_Line;