Revert "make system random work in VM" (#17378)

This commit is contained in:
flywind
2021-03-15 17:21:25 +08:00
committed by GitHub
parent 7937abab44
commit 84cf3e5fca
2 changed files with 0 additions and 35 deletions

View File

@@ -31,6 +31,4 @@ template main() =
doAssert urandom(113).len == 113
doAssert urandom(1234) != urandom(1234) # unlikely to fail in practice
static: main()
main()