From 5b87d0bf9a970baae811a60f0a329badb8927d35 Mon Sep 17 00:00:00 2001 From: hellerve Date: Tue, 5 May 2020 13:57:56 +0200 Subject: [PATCH] fix tests for new version of carp --- test/path.carp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/path.carp b/test/path.carp index 4ec532e..8224c78 100644 --- a/test/path.carp +++ b/test/path.carp @@ -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