Skip to content

Commit

Permalink
fixes devel CI (#20512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ringabout authored Oct 7, 2022
1 parent 079363b commit c651817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/js/trepr.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit c651817

Please sign in to comment.