tableinstatic test: make it arch-independed

This commit is contained in:
narimiran
2019-05-27 21:41:24 +02:00
parent 2b0ea6b2ae
commit 0fc42fc4f7

View File

@@ -2,7 +2,6 @@ discard """
nimout: '''0
0
0
{"hallo": "123", "welt": "456"}'''
"""
import tables
@@ -35,4 +34,4 @@ static:
otherTable["hallo"] = "123"
otherTable["welt"] = "456"
echo otherTable
assert otherTable == {"hallo": "123", "welt": "456"}.newTable