mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 23:54:19 +00:00
disable test
This commit is contained in:
@@ -235,7 +235,9 @@ proc main() =
|
||||
let inner2 = inner
|
||||
whenVMorJs: discard
|
||||
do:
|
||||
doAssert hash(inner2) == hash(inner)
|
||||
# Note: hash values are not guaranteed to be stable under moves
|
||||
discard hash(inner)
|
||||
discard hash(inner2)
|
||||
outer()
|
||||
|
||||
static: main()
|
||||
|
||||
Reference in New Issue
Block a user