From 5a65e2da159703e20504b7b3a668e65312932394 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 18 May 2024 21:18:24 -0600 Subject: Remove outdated files --- hello/hello-test.scm | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 hello/hello-test.scm (limited to 'hello/hello-test.scm') diff --git a/hello/hello-test.scm b/hello/hello-test.scm deleted file mode 100644 index 1865112..0000000 --- a/hello/hello-test.scm +++ /dev/null @@ -1,20 +0,0 @@ -(use-modules (srfi srfi-64) - (hello)) - -(test-begin "harness") - - -(test-equal "test-hello" - "hello world\n" - (hi)) - -(test-equal "test-hello-bd" - "hello bd\n" - (hi "bd")) - -(test-equal "test-hello-db" - "hello db\n" - (hi "db")) - - -(test-end "harness") -- cgit v1.2.3