summaryrefslogtreecommitdiff
path: root/test/ratnest.ads
diff options
context:
space:
mode:
Diffstat (limited to 'test/ratnest.ads')
-rw-r--r--test/ratnest.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ratnest.ads b/test/ratnest.ads
index adf2369..24a5162 100644
--- a/test/ratnest.ads
+++ b/test/ratnest.ads
@@ -8,7 +8,7 @@ with
package Ratnest is
- type Test_Result is (Failure, Success);
+ type Test_Result is (Fail, Pass);
type Test_Function is access function return Test_Result;