From 4411ea8ad6fe12158d871669b217ecc62fd3a535 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 23 Jan 2023 00:47:24 +0000 Subject: tests: Remove tests for pairify. pairify was deprecated. * tests/tissue.scm (pairify): Delete variable. ("pairify"): Delete test. --- tests/tissue.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'tests') diff --git a/tests/tissue.scm b/tests/tissue.scm index 6fb01fa..b2aa8e0 100644 --- a/tests/tissue.scm +++ b/tests/tissue.scm @@ -1,5 +1,5 @@ ;;; tissue --- Text based issue tracker -;;; Copyright © 2022 Arun Isaac +;;; Copyright © 2022, 2023 Arun Isaac ;;; ;;; This file is part of tissue. ;;; @@ -18,13 +18,6 @@ (import (srfi srfi-64)) -(define pairify - (@@ (tissue tissue) pairify)) - (test-begin "tissue") -(test-equal "pairify" - '((1 . 2) (3 . 4) (5 . 6)) - (pairify (list 1 2 3 4 5 6))) - (test-end "tissue") -- cgit v1.2.3