aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Yakimowich-Payne <jyapayne@gmail.com>2020-04-20 19:01:53 -0600
committerJoey Yakimowich-Payne <jyapayne@gmail.com>2020-04-26 09:11:56 -0600
commit4794c076ffc7f46858dfebfdae47d8e3c47d1cf7 (patch)
tree23ae6dc6c317593f82ba7497a54afe1f26d127ff
parentd83884a3917cf96b7df209d47c7301919cce3967 (diff)
downloadnimterop-4794c076ffc7f46858dfebfdae47d8e3c47d1cf7.tar.gz
nimterop-4794c076ffc7f46858dfebfdae47d8e3c47d1cf7.zip
Fix pcre tests
-rw-r--r--tests/tpcre.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/tpcre.nim b/tests/tpcre.nim
index c8e8059..3bbd1ba 100644
--- a/tests/tpcre.nim
+++ b/tests/tpcre.nim
@@ -7,6 +7,7 @@ const
pcreH = baseDir/"pcre.h.in"
static:
+ cSkipSymbol @["PCRE_UCHAR16", "PCRE_UCHAR32"]
if not pcreH.fileExists():
downloadUrl("https://github.com/svn2github/pcre/raw/master/pcre.h.in", baseDir)
cDebug()