summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/adjuster.adb (renamed from test/adjuster_test.adb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/adjuster_test.adb b/test/adjuster.adb
index 6b05b96..ef2bdfb 100644
--- a/test/adjuster_test.adb
+++ b/test/adjuster.adb
@@ -15,7 +15,7 @@ with
FLTK.Widgets.Valuators.Adjusters;
-function Adjuster_Test
+function Adjuster
return Integer
is
@@ -74,6 +74,6 @@ begin
return FLTK.Run;
-end Adjuster_Test;
+end Adjuster;