diff options
author | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 00:05:56 +0100 |
---|---|---|
committer | Matthias Benkard <code@mail.matthias.benkard.de> | 2008-03-07 00:05:56 +0100 |
commit | 9ee2896adde5844a552a54f15ee3e2e8fc45a856 (patch) | |
tree | a2650ae221fafd7ec5016857e93e862abc7aac9d /Lisp | |
parent | d22004a820b6647393afa04f1a7c781c7fd51f0d (diff) |
Eliminate a potential conflict between the documentation and the test suite.
darcs-hash:99ee78d8d50d2d5486a973910d4a724dde67892b
Diffstat (limited to 'Lisp')
-rw-r--r-- | Lisp/tests.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/tests.lisp b/Lisp/tests.lisp index ac3eaca..170f41c 100644 --- a/Lisp/tests.lisp +++ b/Lisp/tests.lisp @@ -473,7 +473,7 @@ (* 2 (super))))) ;; We may omit DEFINE-OBJECTIVE-C-GENERIC-FUNCTION. - (is (eval `(define-objective-c-method #/foo:bar:stuff:do: :int + (is (eval `(define-objective-c-method #/foo:bar:pling:do: :int ((x ,class-name) (y :int) z @@ -495,7 +495,7 @@ (is (foreign-class-registered-p class)) ;; Method calls. - (is (= 170 (invoke instance :foo 150 :bar nil :stuff nil :do 100))) + (is (= 170 (invoke instance :foo 150 :bar nil :pling nil :do 100))) (is (= -30 (invoke numinstance :prettify-number 30))) (is (= -60 (invoke subnuminstance :prettify-number 30))) |