diff options
author | Julien Dessaux | 2022-01-28 18:07:21 +0100 |
---|---|---|
committer | Julien Dessaux | 2022-01-28 18:07:21 +0100 |
commit | 76e291bbd28fc9cccd19a1171347e4080f49f02a (patch) | |
tree | 15cfe3791babce441dfa53821836b02530a086ea /tests/defaultIO.nim | |
parent | Fixed deprecated usage of readChars (diff) | |
download | nimfunge98-76e291bbd28fc9cccd19a1171347e4080f49f02a.tar.gz nimfunge98-76e291bbd28fc9cccd19a1171347e4080f49f02a.tar.bz2 nimfunge98-76e291bbd28fc9cccd19a1171347e4080f49f02a.zip |
Fixed test failing in nim 1.61.1.0
Diffstat (limited to '')
-rw-r--r-- | tests/defaultIO.nim | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/defaultIO.nim b/tests/defaultIO.nim index 2de2330..95cd7ca 100644 --- a/tests/defaultIO.nim +++ b/tests/defaultIO.nim @@ -1,9 +1,13 @@ discard """ input: "ab1234cd12f" output: ''' + [Suite] defaultIO -gh789 - ''' + [OK] defaultCharacterInput + [OK] defaultDecimalInput +gh [OK] defaultCharacterOutput +789 [OK] defaultDecimalOutput +''' """ import unittest |