summaryrefslogtreecommitdiffstats
path: root/tests/017/str-s.tl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/017/str-s.tl')
-rw-r--r--tests/017/str-s.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/017/str-s.tl b/tests/017/str-s.tl
index bb9dc38a..00052cbe 100644
--- a/tests/017/str-s.tl
+++ b/tests/017/str-s.tl
@@ -1,6 +1,6 @@
(load "../common")
-(with-dyn-lib nil
+(with-dyn-lib (libc)
(deffi strtol "strtol" long (str (ptr-out (array 1 str-s)) int))
(deffi bcstol "strtol" long (bstr (ptr-out (array 1 bstr-s)) int))
(deffi wcstol "wcstol" long (wstr (ptr-out (array 1 wstr-s)) int)))