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