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…
Reference in New Issue