mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 22:33:49 +00:00
tableinstatic test: make it arch-independed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user