From f35c7d91b6138fcf715131e7c040cde8c573f5f4 Mon Sep 17 00:00:00 2001 From: hellerve Date: Fri, 24 Apr 2020 11:04:01 +0200 Subject: [PATCH] test: remove safe arithmetic on windows --- test/safe_arithmetic.carp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/safe_arithmetic.carp b/test/safe_arithmetic.carp index 3e00a3c7..ae71c0c4 100644 --- a/test/safe_arithmetic.carp +++ b/test/safe_arithmetic.carp @@ -1,3 +1,6 @@ +(windows-only ; safe arithmetic does not currently work on windows + (quit)) + (load "Test.carp") (load "SafeInt.carp")