summary refs log tree commit diff stats
path: root/tests/stdlib/tmersenne.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-09-28 02:06:23 +0800
committerGitHub <noreply@github.com>2022-09-27 20:06:23 +0200
commit3d2f0e2c7ce73299e57f2ebd5ee52822c3543554 (patch)
treed4f959d7d3bf15e959fe37af8826f866cf23f75e /tests/stdlib/tmersenne.nim
parent98a717dda92ff45dc14818815ddc53764339066b (diff)
downloadNim-3d2f0e2c7ce73299e57f2ebd5ee52822c3543554.tar.gz
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
* make more standard libraries work with `nimPreviewSlimSystem`

* typo

* part two

* Delete specutils.nim

* fixes more tests

* more fixes

* fixes tests

* fixes three more tests

* add formatfloat import

* fix

* last
Diffstat (limited to 'tests/stdlib/tmersenne.nim')
-rw-r--r--tests/stdlib/tmersenne.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/tmersenne.nim b/tests/stdlib/tmersenne.nim
index 54eb7b216..64450a045 100644
--- a/tests/stdlib/tmersenne.nim
+++ b/tests/stdlib/tmersenne.nim
@@ -1,4 +1,5 @@
 import std/mersenne
+import std/assertions
 
 template main() =
   var mt = newMersenneTwister(2525)
815b69b07e74a4f37ff38e27c6a3d'>92b449562 ^
7c065bfad ^

000b8afd2 ^
7c065bfad ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28