diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/programs/galois_raytrace/Eval.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/programs/galois_raytrace/Eval.hs b/testsuite/tests/programs/galois_raytrace/Eval.hs index 3ce24e4b3b..58dc1f3688 100644 --- a/testsuite/tests/programs/galois_raytrace/Eval.hs +++ b/testsuite/tests/programs/galois_raytrace/Eval.hs @@ -325,7 +325,7 @@ mainEval prog = do { stk <- eval (State emptyEnv [] prog) } -} -done = "Items still on stack at (successfull) termination of program" +done = "Items still on stack at (successful) termination of program" ------------------------------------------------------------------------------ -- testing |