disable an inappropriate test that was left enabled by accident

This commit is contained in:
Zahary Karadjov 2018-06-18 12:28:02 +03:00
parent 6bd09b1bba
commit 7b1fc33d59
1 changed files with 1 additions and 1 deletions

View File

@ -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.