diff options
author | pyautogui <79544976+pyautogui@users.noreply.github.com> | 2021-07-05 10:12:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-05 10:12:58 -0700 |
commit | 927a832dde9403492d4a2838780bf59bd1a48177 (patch) | |
tree | b4112810609a8c7284c2f59ec5c144b76f657174 /tests/stdlib/tmersenne.nim | |
parent | 1bed7773146d6acf704b0ae5cfe62455f7a127a1 (diff) | |
download | Nim-927a832dde9403492d4a2838780bf59bd1a48177.tar.gz |
deprecate std/mersenne (#18395)
Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tests/stdlib/tmersenne.nim')
-rw-r--r-- | tests/stdlib/tmersenne.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/stdlib/tmersenne.nim b/tests/stdlib/tmersenne.nim index 2707aa2f2..54eb7b216 100644 --- a/tests/stdlib/tmersenne.nim +++ b/tests/stdlib/tmersenne.nim @@ -7,5 +7,6 @@ template main() = doAssert mt.getNum == 1071751096'u32 doAssert mt.getNum == 3805347140'u32 + static: main() main() |