diff options
| author | Timothee Cour <timothee.cour2@gmail.com> | 2018-11-21 16:34:29 -0800 |
|---|---|---|
| committer | Timothee Cour <timothee.cour2@gmail.com> | 2018-11-21 16:34:29 -0800 |
| commit | 6b68a71069830256501cf059f9558fbe2ecd777f (patch) | |
| tree | 4cd7a4d8444fd0e08dd55ddaeb1beb40fd4e4712 /tests | |
| parent | db15588cbc609c33b2ffa210f7c92899785e53ab (diff) | |
| download | nimterop-6b68a71069830256501cf059f9558fbe2ecd777f.tar.gz nimterop-6b68a71069830256501cf059f9558fbe2ecd777f.zip | |
fixup
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/tnimterop.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tnimterop.nim b/tests/tnimterop.nim index e61580b..9c5db77 100644 --- a/tests/tnimterop.nim +++ b/tests/tnimterop.nim @@ -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
\ No newline at end of file +doAssert test_call_int_param4(e) == e2 |
