diff options
Diffstat (limited to 'tests/stdlib/tdecode_helpers.nim')
-rw-r--r-- | tests/stdlib/tdecode_helpers.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tdecode_helpers.nim b/tests/stdlib/tdecode_helpers.nim index 626a014fc..1c0735e05 100644 --- a/tests/stdlib/tdecode_helpers.nim +++ b/tests/stdlib/tdecode_helpers.nim @@ -1,5 +1,5 @@ import std/private/decode_helpers - +import std/assertions block: var i = 0 |