summary refs log tree commit diff stats
path: root/tests/vm/tableinstatic.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/tableinstatic.nim')
-rw-r--r--tests/vm/tableinstatic.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tableinstatic.nim b/tests/vm/tableinstatic.nim
index 54e7c11f0..b0d24b477 100644
--- a/tests/vm/tableinstatic.nim
+++ b/tests/vm/tableinstatic.nim
@@ -2,7 +2,7 @@ discard """
   nimout: '''0
 0
 0
-{hallo: 123, welt: 456}'''
+{"hallo": "123", "welt": "456"}'''
 """
 
 import tables