diff options
Diffstat (limited to 'tests/stdlib/tmath2.nim')
-rw-r--r-- | tests/stdlib/tmath2.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tmath2.nim b/tests/stdlib/tmath2.nim index 6a1dae54d..935b08634 100644 --- a/tests/stdlib/tmath2.nim +++ b/tests/stdlib/tmath2.nim @@ -1,7 +1,7 @@ # tests for the interpreter proc loops(a: var int) = - nil + discard #var # b: int #b = glob |