Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Karsten Poeck
ansi-test
Commits
b8686731
Commit
b8686731
authored
Dec 29, 2017
by
Marius Gerbershagen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix broken test equalp.36
parent
32552808
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 @
b8686731
...
@@ -284,12 +284,12 @@
...
@@ -284,12 +284,12 @@
(defclass equalp-class-36 () ((slot1 :initarg :slot1) (slot2 :initarg :slot2)))
(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
;;; instances are compared like structures for `equalp' - slot by
;;; slot. This was a problem in ECL 16.1.3.
;;; slot. This was a problem in ECL 16.1.3.
(deftest equalp.36
(deftest equalp.36
(equalp (make-instance '
test-object
:slot1 1 :slot2 2)
(equalp (make-instance '
equalp-class-36
:slot1 1 :slot2 2)
(make-instance '
test-object
:slot1 1 :slot2 2))
(make-instance '
equalp-class-36
:slot1 1 :slot2 2))
nil)
nil)
(deftest equalp.order.1
(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