From 01f40e228e53f0d5e3cfb49f2c7a7d97ebf30fd3 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 7 Aug 2021 03:39:09 -0700 Subject: 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. --- tests/012/cont.tl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/012/cont.tl') 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)]) -- cgit v1.2.3