diff options
-rw-r--r-- | Lisp/tests.lisp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Lisp/tests.lisp b/Lisp/tests.lisp index d9d116b..5ac8ec7 100644 --- a/Lisp/tests.lisp +++ b/Lisp/tests.lisp @@ -352,15 +352,6 @@ (deftest class-definition () - ;; FIXME: This test is broken. - ;; - ;; Reason: - ;; - ;; OBJECTIVE-CL> (invoke-by-name - ;; (invoke #<EXCEPTION NSGenericException {845E8E0}> 'reason) - ;; "UTF8String") - ;; "subclass MLKTestString0(instance) should override length" - ;; (let ((class-name (intern (format nil "~A~D" '#:mlk-test-string (incf *class-counter*)))) |