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
ddff5720
Commit
ddff5720
authored
Apr 29, 2003
by
pfdietz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed ignore-errors wrapper around two load forms, and fixed a typo in packages-17.lsp
parent
f5a1078f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
ansi-tests/load-data-and-control-flow.lsp
ansi-tests/load-data-and-control-flow.lsp
+1
-1
ansi-tests/load-objects.lsp
ansi-tests/load-objects.lsp
+1
-0
ansi-tests/packages-17.lsp
ansi-tests/packages-17.lsp
+1
-1
ansi-tests/packages.lsp
ansi-tests/packages.lsp
+1
-1
No files found.
ansi-tests/load-data-and-control-flow.lsp
View file @
ddff5720
...
...
@@ -25,7 +25,7 @@
(load "defconstant.lsp")
(load "define-modify-macro.lsp")
(load "defparameter.lsp")
(
ignore-errors (load "defun.lsp")
)
(
load "defun.lsp"
)
(load "defvar.lsp")
(load "destructuring-bind.lsp")
(load "ecase.lsp")
...
...
ansi-tests/load-objects.lsp
View file @
ddff5720
...
...
@@ -13,3 +13,4 @@
(load "ensure-generic-function.lsp")
(load "allocate-instance.lsp")
(load "reinitialize-instance.lsp")
(load "shared-initialize.lsp")
ansi-tests/packages-17.lsp
View file @
ddff5720
...
...
@@ -146,7 +146,7 @@
(def-macro-test do-external-symbols.error.1
(do-external-symbols (x "CL")))
(def-macro-est do-all-symbols.error.1
(def-macro-
t
est do-all-symbols.error.1
(do-all-symbols (x)))
;;; Need to add DO-ALL-SYMBOLS tests
...
...
ansi-tests/packages.lsp
View file @
ddff5720
...
...
@@ -21,6 +21,6 @@
(load "packages-14.lsp")
(load "packages-15.lsp")
(load "packages-16.lsp")
(
ignore-errors (load "packages-17.lsp")
)
(
load "packages-17.lsp"
)
(load "packages-18.lsp")
(load "packages-19.lsp")
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