summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-08-07 03:39:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-08-07 03:39:09 -0700
commit33674345c7968752063d26b190176b766561058e (patch)
tree7a90b77d815f5358b661e9833ebd1c788e45da69
parent4bd5324ec79794f04ba93213c92cbacd5f19333e (diff)
downloadtxr-33674345c7968752063d26b190176b766561058e.tar.gz
txr-33674345c7968752063d26b190176b766561058e.tar.bz2
txr-33674345c7968752063d26b190176b766561058e.zip
windows: skip test requiring full Unicode.
* tests/012/cont.tl: Exit before the test case that contains characters ouside of the BMP, if (sizeof wchar) is less than 4.
-rw-r--r--tests/012/cont.tl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/012/cont.tl b/tests/012/cont.tl
index b89b1502..f6724439 100644
--- a/tests/012/cont.tl
+++ b/tests/012/cont.tl
@@ -38,6 +38,9 @@
(list w1 w2 w3 w4)))
("that" "thing" "grows" "slowly"))
+(unless (>= (sizeof wchar) 4)
+ (exit 0))
+
(test (amb-scope
(let ((🍌 [apply amb (range 95795 95805)])
(🍏 [apply amb (range 217510 217520)])