X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=unit-tests%2Ftest-graph-algorithms.lisp;h=112fe3898ad4587fc17fc5a206a42559e4700ada;hb=1fe64e8b966450697100fae6ec35cc5688a88bd6;hp=4502784d42c8b406ea936f229623cc91a5f32f65;hpb=fbbd5f255d84d9f24a47907cc68d048b18907a5c;p=cl-graph.git diff --git a/unit-tests/test-graph-algorithms.lisp b/unit-tests/test-graph-algorithms.lisp index 4502784..112fe38 100644 --- a/unit-tests/test-graph-algorithms.lisp +++ b/unit-tests/test-graph-algorithms.lisp @@ -1,4 +1,4 @@ -(in-package cl-graph-test) +(in-package #:cl-graph-test) (deftestsuite test-connected-components () ())