add missing export marker

This commit is contained in:
andri lim 2020-05-06 11:47:33 +07:00
parent 78f06426db
commit ea92951fc6
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ proc runTest(numPairs: int, testStatusIMPL: var TestStatus, addInvalidKeys: stat
for kd in mkeys.keys: for kd in mkeys.keys:
check kd.visited == true check kd.visited == true
proc witnessKeysMain() = proc witnessKeysMain*() =
suite "random keys block witness roundtrip test": suite "random keys block witness roundtrip test":
randomize() randomize()