X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fseq.impure.lisp;h=91d323117647368808a68c959cb62caec6a785d8;hb=2bec1221d1ccad9d54d3d016186880f2b4cf1430;hp=e41d17d76e6d7054fdb2d1a6be71db1202b35bd9;hpb=e3f68bde025bd0602cf554e1eaf5935aaa74662a;p=sbcl.git diff --git a/tests/seq.impure.lisp b/tests/seq.impure.lisp index e41d17d..91d3231 100644 --- a/tests/seq.impure.lisp +++ b/tests/seq.impure.lisp @@ -13,10 +13,12 @@ ;;;; absolutely no warranty. See the COPYING and CREDITS files for ;;;; more information. -(in-package :cl-user) - (load "assertoid.lisp") -(use-package "ASSERTOID") + +(defpackage :seq-test + (:use :cl :assertoid)) + +(in-package :seq-test) ;;; helper functions for exercising SEQUENCE code on data of many ;;; specialized types, and in many different optimization scenarios @@ -874,4 +876,4 @@ (read-char s))))) ;;; success -(quit :unix-status 104) +(sb-ext:quit :unix-status 104)