aboutsummaryrefslogtreecommitdiff
path: root/tests/CompileTest.hs
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-10-04 16:57:44 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-01-18 14:10:26 +0100
commit3b7d095a2fde8c031a987dd00aff4ad8e7421cf0 (patch)
treefeb9c5fc5386718aa213b9180ca22e662a1c363d /tests/CompileTest.hs
parent566787223253e63f45352b83a525e5dadf1fb82e (diff)
Add a test which brings up a GHC session
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++")"