diff options
Diffstat (limited to 'tests/misc/tsimtych.nim')
-rw-r--r-- | tests/misc/tsimtych.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/tsimtych.nim b/tests/misc/tsimtych.nim index 27a922f6a..037172bd5 100644 --- a/tests/misc/tsimtych.nim +++ b/tests/misc/tsimtych.nim @@ -1,7 +1,7 @@ discard """ file: "tsimtych.nim" line: 10 - errormsg: "type mismatch: got (bool) but expected \'string\'" + errormsg: "type mismatch: got <bool> but expected \'string\'" """ # Test 2 # Simple type checking |