Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
eb6c36e6
Commit
eb6c36e6
authored
May 22, 2005
by
pfdietz
Browse files
Remove unused variable
parent
bace75fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/change-class.lsp
View file @
eb6c36e6
...
...
@@ -164,7 +164,8 @@
;; test of class name as second argument
(deftest change-class.1.12
(let ((obj (make-instance 'change-class-class-01a :b 1))
(new-class (find-class 'change-class-class-01b)))
;; (new-class (find-class 'change-class-class-01b))
)
(values
(eqt obj (change-class obj 'change-class-class-01b :c2 3))
(typep* obj 'change-class-class-01a)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment