diff options
Diffstat (limited to 'tests/tmath.nim')
| -rw-r--r-- | tests/tmath.nim | 2 |
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") |
