mirror of
https://github.com/status-im/nim-eth-p2p.git
synced 2025-02-05 03:24:03 +00:00
disable an inappropriate test that was left enabled by accident
This commit is contained in:
parent
6bd09b1bba
commit
7b1fc33d59
@ -652,7 +652,7 @@ when isMainModule:
|
||||
var p = Peer()
|
||||
discard p.bar(10, "test")
|
||||
|
||||
when true:
|
||||
when false:
|
||||
# The assignments below can be used to investigate if the RLPx procs
|
||||
# are considered GcSafe. The short answer is that they aren't, because
|
||||
# they dispatch into user code that might use the GC.
|
||||
|
Loading…
x
Reference in New Issue
Block a user