diff options
-rw-r--r-- | test/xfdf.lisp | 8 | ||||
-rw-r--r-- | xfdf-test.asd | 1 |
2 files changed, 1 insertions, 8 deletions
diff --git a/test/xfdf.lisp b/test/xfdf.lisp index 31af6a3..854538e 100644 --- a/test/xfdf.lisp +++ b/test/xfdf.lisp @@ -1,16 +1,10 @@ (defpackage :xfdf-test (:use :cl :1am - :xfdf) - - ; (:export #:run) - ) + :xfdf)) (in-package :xfdf-test) -; (defun run () -; (1am:run)) - (test generates-xfdf-xml (let ((xfdf-string (with-output-to-string (xfdf-stream) diff --git a/xfdf-test.asd b/xfdf-test.asd index 9a5b0ab..dce04aa 100644 --- a/xfdf-test.asd +++ b/xfdf-test.asd @@ -13,5 +13,4 @@ :perform (test-op (op system) - ; (symbol-call :xfdf-test :run) (symbol-call :1am :run))) |