Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
8a57eee5
Commit
8a57eee5
authored
Jan 28, 2018
by
Daniel Kochmański
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into 'master'
fix broken test equalp.36 See merge request
!11
parents
32552808
b8686731
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
data-and-control-flow/equalp.lsp
data-and-control-flow/equalp.lsp
+3
-3
No files found.
data-and-control-flow/equalp.lsp
View file @
8a57eee5
...
...
@@ -284,12 +284,12 @@
(defclass equalp-class-36 () ((slot1 :initarg :slot1) (slot2 :initarg :slot2)))
;;; If structure is baked up by an instance, it may happen that
;;; If structure is ba
c
ked up by an instance, it may happen that
;;; instances are compared like structures for `equalp' - slot by
;;; slot. This was a problem in ECL 16.1.3.
(deftest equalp.36
(equalp (make-instance '
test-object
:slot1 1 :slot2 2)
(make-instance '
test-object
:slot1 1 :slot2 2))
(equalp (make-instance '
equalp-class-36
:slot1 1 :slot2 2)
(make-instance '
equalp-class-36
:slot1 1 :slot2 2))
nil)
(deftest equalp.order.1
...
...
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