test: remove safe arithmetic on windows

This commit is contained in:
hellerve 2020-04-24 11:04:01 +02:00
parent 38af3d344a
commit f35c7d91b6

View File

@ -1,3 +1,6 @@
(windows-only ; safe arithmetic does not currently work on windows
(quit))
(load "Test.carp")
(load "SafeInt.carp")