diff options
Diffstat (limited to 'tests/017')
-rw-r--r-- | tests/017/glob-carray.tl | 2 | ||||
-rw-r--r-- | tests/017/glob-zarray.tl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/017/glob-carray.tl b/tests/017/glob-carray.tl index 7913701b..3ce52980 100644 --- a/tests/017/glob-carray.tl +++ b/tests/017/glob-carray.tl @@ -12,7 +12,7 @@ (nil int) (pathv (carray str)) (nil (array 4 cptr))))) - ((:cygnal :cygwin :android) + ((:cygnal :cygwin :android :openbsd) (deffi-type glob-t (struct glob-t (pathc size-t) (nil size-t) diff --git a/tests/017/glob-zarray.tl b/tests/017/glob-zarray.tl index e3f6d08b..4b804167 100644 --- a/tests/017/glob-zarray.tl +++ b/tests/017/glob-zarray.tl @@ -12,7 +12,7 @@ (nil int) (pathv (ptr-out (zarray str))) (nil (array 4 cptr))))) - ((:cygnal :cygwin :android) + ((:cygnal :cygwin :android :openbsd) (deffi-type glob-t (struct glob-t (pathc size-t) (nil size-t) |