diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2022-10-07 21:00:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-07 15:00:15 +0200 |
commit | c651817ffd065e9569e04aeee0f679fc15eb9dbf (patch) | |
tree | 690a543c7431c22a06efb07341a8a0240f788a14 /tests/js/trepr.nim | |
parent | 079363bfc393d3e2e2a7f1f3b6f95fe08cc99bf8 (diff) | |
download | Nim-c651817ffd065e9569e04aeee0f679fc15eb9dbf.tar.gz |
fixes devel CI (#20512)
Diffstat (limited to 'tests/js/trepr.nim')
-rw-r--r-- | tests/js/trepr.nim | 2 |
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}, |