diff options
Diffstat (limited to 'tests/stdlib/tsysrand.nim')
-rw-r--r-- | tests/stdlib/tsysrand.nim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/stdlib/tsysrand.nim b/tests/stdlib/tsysrand.nim index 2d00dafe0..c6d43a8fb 100644 --- a/tests/stdlib/tsysrand.nim +++ b/tests/stdlib/tsysrand.nim @@ -31,6 +31,4 @@ template main() = doAssert urandom(113).len == 113 doAssert urandom(1234) != urandom(1234) # unlikely to fail in practice - -static: main() main() |