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
47787e31
Commit
47787e31
authored
Sep 10, 2003
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed two errors in return values.
parent
44295dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ansi-tests/logbitp.lsp
ansi-tests/logbitp.lsp
+2
-2
No files found.
ansi-tests/logbitp.lsp
View file @
47787e31
...
...
@@ -47,7 +47,7 @@
(deftest logbitp.3
(logbitp most-positive-fixnum 0)
0
)
nil
)
(deftest logbitp.4
(notnot-mv (logbitp most-positive-fixnum -1))
...
...
@@ -55,7 +55,7 @@
(deftest logbitp.5
(logbitp (1+ most-positive-fixnum) 0)
0
)
nil
)
(deftest logbitp.6
(notnot-mv (logbitp (1+ most-positive-fixnum) -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