diff options
author | Juan J. Martinez <jjm@usebox.net> | 2022-08-21 10:16:56 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2022-08-21 10:16:56 +0100 |
commit | ae86ec5788c8f5e69032e7cc550434c73faf33a2 (patch) | |
tree | c3b4683739d504762fa0dfc6eeb08dabd120b2d4 /test/Language.hs | |
parent | cca381f29cc019ee91579006b7bc5681cb204b46 (diff) | |
download | micro-lang-hs-ae86ec5788c8f5e69032e7cc550434c73faf33a2.tar.gz micro-lang-hs-ae86ec5788c8f5e69032e7cc550434c73faf33a2.zip |
Wording
Diffstat (limited to 'test/Language.hs')
-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 f23fa9a..96fde41 100644 --- a/test/Language.hs +++ b/test/Language.hs @@ -235,7 +235,7 @@ testCase18 = E.Undefined testCase19 = - TestLabel "lambdas can use only local variables" $ + TestLabel "lambdas can use local variables only" $ TestCase $ expectError "module main\n\ |