diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-18 22:29:38 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-02-18 22:29:38 +0100 |
commit | 4d45fb554abf02276145992f1b07908993b3a7ba (patch) | |
tree | 6cf7c9044be8b110d48e98822b2ba646a407c65e /Lisp | |
parent | df505eedb2356e932fcea657632359250201ff1b (diff) |
Remove a spurious FIXME from the test suite.
darcs-hash:d0031d614f4eba4381e4eaea7aa7d18be58f4bf0
Diffstat (limited to 'Lisp')
-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*)))) |