Skip to content

Commit 89f8874

Browse files
committed
fixes test code
1 parent 96048fb commit 89f8874

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/icnif/tencode.nim

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ block:
1515
(sym :testmod2.0.tesfd9rxn1 +1 . . "/tmp/testnim/testmod2.nim"))
1616
(var
1717
(identdefs
18-
(sym :x.0.tesvp2f3v +2 testmod.0.tesvp2f3v ueg +0) . +123))
18+
(sym :x.0.tesvp2f3v +2 testmod.0.tesvp2f3v ueg +0)
19+
(i -1
20+
(tf c3)) +123))
1921
(var
2022
(identdefs
21-
(sym :y.0.tesvp2f3v +3 testmod.0.tesvp2f3v g +0) . x.0.tesvp2f3v)))"""
23+
(sym :y.0.tesvp2f3v +3 testmod.0.tesvp2f3v g +0)
24+
(i -1
25+
(tf c3)) x.0.tesvp2f3v)))"""
2226

2327
assert loadNifFromBuffer(TestNif, AbsoluteFile"/tmp/testnim/testmod.nim", graph).saveNifToBuffer(graph.config) == TestNif

0 commit comments

Comments
 (0)