aboutsummaryrefslogtreecommitdiff
path: root/tests/CompileTest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r--tests/CompileTest.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs
index 50cf555..de9b6ab 100644
--- a/tests/CompileTest.hs
+++ b/tests/CompileTest.hs
@@ -111,7 +111,7 @@ main = do
where ver = case cv of Left _ -> "HEAD"; Right v -> showVersion v
status = case rv of
Right _ ->
- "suceeded"
+ "succeeded"
Left rvc ->
"failed (exit code "++show rvc++")"