summaryrefslogtreecommitdiff
path: root/Lisp/tests.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2008-02-18 22:29:38 +0100
committerMatthias Benkard <code@mail.matthias.benkard.de>2008-02-18 22:29:38 +0100
commit4d45fb554abf02276145992f1b07908993b3a7ba (patch)
tree6cf7c9044be8b110d48e98822b2ba646a407c65e /Lisp/tests.lisp
parentdf505eedb2356e932fcea657632359250201ff1b (diff)
Remove a spurious FIXME from the test suite.
darcs-hash:d0031d614f4eba4381e4eaea7aa7d18be58f4bf0
Diffstat (limited to 'Lisp/tests.lisp')
-rw-r--r--Lisp/tests.lisp9
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*))))