still fails for non-ref table

This commit is contained in:
Jaremy Creechley 2023-09-19 19:33:05 -07:00
parent 3fb79ceffb
commit 0eff913389
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300

View File

@ -103,7 +103,7 @@ proc testThreadProxyQuery() =
check res.len() > 0
when isMainModule:
for i in 1..1:
for i in 1..100:
testThreadProxy()
testThreadProxyBasics()
# testThreadProxyQuery()