From 791570b3bf49df6178bc57287e8fefbf630eb046 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Tue, 26 Nov 2024 00:43:53 +0100 Subject: [PATCH] changes to toplevel tests --- tests/main.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/main.lisp b/tests/main.lisp index c4b3a60..58979b1 100644 --- a/tests/main.lisp +++ b/tests/main.lisp @@ -1,6 +1,5 @@ (defpackage aoc/tests - (:use :cl :aoc :parachute - :aoc/2018/06 )) + (:use :cl :aoc :parachute)) (in-package :aoc/tests)