diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-11-19 12:12:51 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 12:12:51 -0800 |
commit | b3c3557c338c6cb0992abf9d2d877e927d815ea3 (patch) | |
tree | 4d4f0754eaa2c0b84db7c4d8bcc21e60bfb4a845 /tests/vm/tmisc_vm.nim | |
parent | 1efd11e2666403fecf1b9b3b933c1adca13d8069 (diff) | |
download | Nim-b3c3557c338c6cb0992abf9d2d877e927d815ea3.tar.gz |
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Diffstat (limited to 'tests/vm/tmisc_vm.nim')
-rw-r--r-- | tests/vm/tmisc_vm.nim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/vm/tmisc_vm.nim b/tests/vm/tmisc_vm.nim index 6eeecb869..2d3e30c5e 100644 --- a/tests/vm/tmisc_vm.nim +++ b/tests/vm/tmisc_vm.nim @@ -1,7 +1,6 @@ discard """ - output: '''[127, 127, 0, 255] -[127, 127, 0, 255] - + output: ''' +[127, 127, 0, 255][127, 127, 0, 255] (data: 1) ''' |