diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-08-20 21:29:22 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-08-20 21:29:22 +0100 |
commit | c792f67f0d06db31ea5801c1f1329e01d0f169fb (patch) | |
tree | 860a23181591a4993af3ddb0565990b3ec91f345 /test | |
parent | 0f37c89fd65eeb1c0d41e9661de41857db38ffee (diff) | |
download | micro-lang-hs-c792f67f0d06db31ea5801c1f1329e01d0f169fb.tar.gz micro-lang-hs-c792f67f0d06db31ea5801c1f1329e01d0f169fb.zip |
Test name
Diffstat (limited to 'test')
-rw-r--r-- | test/Language.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Language.hs b/test/Language.hs index 392fcb7..40e9c23 100644 --- a/test/Language.hs +++ b/test/Language.hs @@ -221,7 +221,7 @@ testCase15 = if pos /= (newPos "test" 3 1) then assertFailure ("error position didn't match: " ++ show pos) else return $ () testCase16 = - TestLabel "symbol defined" $ + TestLabel "parameter already defined" $ TestCase $ do e <- expectError |