fixup
This commit is contained in:
parent
db15588cbc
commit
6b68a71069
1 changed files with 1 additions and 2 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import nimterop/cimport
|
||||
import macros
|
||||
|
||||
cDebug()
|
||||
|
||||
|
|
@ -36,4 +35,4 @@ doAssert test_call_int() == 5
|
|||
doAssert test_call_int_param(5).field1 == 5
|
||||
doAssert test_call_int_param2(5, s2).field1 == 11
|
||||
doAssert test_call_int_param3(5, s).field1 == 10
|
||||
doAssert test_call_int_param4(e) == e2
|
||||
doAssert test_call_int_param4(e) == e2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue