summary refs log tree commit diff stats
path: root/tests/js/trepr.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-10-07 21:00:15 +0800
committerGitHub <noreply@github.com>2022-10-07 15:00:15 +0200
commitc651817ffd065e9569e04aeee0f679fc15eb9dbf (patch)
tree690a543c7431c22a06efb07341a8a0240f788a14 /tests/js/trepr.nim
parent079363bfc393d3e2e2a7f1f3b6f95fe08cc99bf8 (diff)
downloadNim-c651817ffd065e9569e04aeee0f679fc15eb9dbf.tar.gz
fixes devel CI (#20512)
Diffstat (limited to 'tests/js/trepr.nim')
-rw-r--r--tests/js/trepr.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/js/trepr.nim b/tests/js/trepr.nim
index 047016aea..a562ad63b 100644
--- a/tests/js/trepr.nim
+++ b/tests/js/trepr.nim
@@ -283,7 +283,7 @@ block bunch:
     result[] = b
 
   var
-    aa: A
+    aa = default(A)
     bb: B = B(a: "inner", b: @['o', 'b', 'j'])
     cc: A = A(a: 12, b: 1, c: 1.2, d: '\0', e: eC,
                 f: "hello", g: {'A'}, h: {2'i16},