fix tests for new version of carp

This commit is contained in:
2020-05-05 13:57:56 +02:00
parent c822d2142e
commit 5b87d0bf9a

View File

@@ -3,7 +3,7 @@
(use-all Path Test)
(if (not (Dynamic.or (= "windows" (os)) (= "mingw32" (os))))
(if (not (dynamic-or (= "windows" (os)) (= "mingw32" (os))))
(deftest test
(assert-equal test
"path/joined"
@@ -87,7 +87,7 @@
)
)
())
(if (Dynamic.or (= "windows" (os)) (= "mingw32" (os)))
(if (dynamic-or (= "windows" (os)) (= "mingw32" (os)))
(deftest test
(assert-true test
false