mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-04 13:04:44 +00:00
remove echo statements in tests (part 1) (#20178)
* remove echo statements * Update tests/vm/triangle_array.nim * Update tests/vm/tyaytypedesc.nim Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
discard """
|
||||
output: "56"
|
||||
"""
|
||||
|
||||
# bug #1781
|
||||
|
||||
proc initCombinations: array[11, array[11, int]] =
|
||||
@@ -14,4 +10,4 @@ proc initCombinations: array[11, array[11, int]] =
|
||||
result[6][6 .. 10] = [52,53,54,55,56]
|
||||
|
||||
const combinations = initCombinations()
|
||||
echo combinations[6][10]
|
||||
doAssert combinations[6][10] == 56
|
||||
|
||||
Reference in New Issue
Block a user