aboutsummaryrefslogtreecommitdiff
path: root/tests/tmath.nim
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-01-27 15:45:31 -0600
committergenotrance <dev@genotrance.com>2019-01-27 22:05:54 -0600
commit89ff8c0cc00a3d9e7d93613d38f2df13bdf31e2d (patch)
tree2574c2234ccc149e96581050bc02c832bfa010cb /tests/tmath.nim
parentf7a77b7ab9c7cae36014e1991245e0d4c1da7099 (diff)
downloadnimterop-89ff8c0cc00a3d9e7d93613d38f2df13bdf31e2d.tar.gz
nimterop-89ff8c0cc00a3d9e7d93613d38f2df13bdf31e2d.zip
Remove Result, add plugin.nim, forceBuild
Diffstat (limited to 'tests/tmath.nim')
-rw-r--r--tests/tmath.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tmath.nim b/tests/tmath.nim
index a561251..63f1786 100644
--- a/tests/tmath.nim
+++ b/tests/tmath.nim
@@ -14,7 +14,7 @@ cAddStdDir()
cPlugin:
import strutils
- proc onSymbol*(sym: var Symbol): Result {.exportc, dynlib.} =
+ proc onSymbol*(sym: var Symbol) {.exportc, dynlib.} =
sym.name = sym.name.strip(chars={'_'})
cImport cSearchPath("math.h")