aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/tpcre.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tpcre.nim b/tests/tpcre.nim
index 41809cb..0aa5a3b 100644
--- a/tests/tpcre.nim
+++ b/tests/tpcre.nim
@@ -34,7 +34,7 @@ cImport(pcreH, dynlib="dynpcre")
echo version()
-proc my_malloc(a1: cuint) {.cdecl.} =
+proc my_malloc(a1: uint) {.cdecl.} =
discard
malloc = my_malloc