X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=t%2Fexample.lisp;fp=t%2Fexample.lisp;h=be9e113565a7ad9b46a4781b8ee274b4cf40d5be;hb=55740edc3e2b3444e7e17978f68df8eced2b19e7;hp=5424f49661b761f881223827d81df71892c9b31e;hpb=1b24abf09e9fbb2a23c25a9583e5547514482f1b;p=fiveam.git diff --git a/t/example.lisp b/t/example.lisp index 5424f49..be9e113 100644 --- a/t/example.lisp +++ b/t/example.lisp @@ -2,13 +2,13 @@ ;;;; * FiveAM Example (poor man's tutorial) -(asdf:oos 'asdf:load-op :FiveAM) +(asdf:oos 'asdf:load-op :fiveam) -(defpackage :it.bese.FiveAM.example +(defpackage :it.bese.fiveam.example (:use :common-lisp - :it.bese.FiveAM)) + :it.bese.fiveam)) -(in-package :it.bese.FiveAM.example) +(in-package :it.bese.fiveam.example) ;;;; First we need some functions to test.