diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-02-11 12:33:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 21:33:06 +0100 |
commit | eec07b4e84d3418d171cf08aa8a02f380a39b78e (patch) | |
tree | 6c240454769f5d82e9febb3e79e13586d56a3319 /tests/stdlib/tunittesttemplate.nim | |
parent | f6d45b40a51d8b336acaae4cddcbca825e11c0ba (diff) | |
download | Nim-eec07b4e84d3418d171cf08aa8a02f380a39b78e.tar.gz |
fix several bugs with `repr` (#13386)
Diffstat (limited to 'tests/stdlib/tunittesttemplate.nim')
-rw-r--r-- | tests/stdlib/tunittesttemplate.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/stdlib/tunittesttemplate.nim b/tests/stdlib/tunittesttemplate.nim index 5ac323a36..2ca50a18b 100644 --- a/tests/stdlib/tunittesttemplate.nim +++ b/tests/stdlib/tunittesttemplate.nim @@ -1,13 +1,13 @@ discard """ exitcode: 1 outputsub: ''' - tunittesttemplate.nim(20, 12): Check failed: a.b == - 2 + tunittesttemplate.nim(20, 12): Check failed: a.b == 2 a.b was 0 [FAILED] 1 ''' """ + # bug #6736 import unittest |