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
45c794f3
Commit
45c794f3
authored
Feb 27, 2005
by
pfdietz
Browse files
Relaxed test misc.539
parent
0629d97b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
45c794f3
...
@@ -9971,14 +9971,14 @@ Broken at C::WT-MAKE-CLOSURE.
...
@@ -9971,14 +9971,14 @@ Broken at C::WT-MAKE-CLOSURE.
;;; Error: `#c(0 -8)' is not of the expected type `REAL'
;;; Error: `#c(0 -8)' is not of the expected type `REAL'
(deftest misc.539
(deftest misc.539
(
=t
(
notnot-mv
(
funcall
(
complexp
(
compile nil '(lambda (x)
(
funcall
(
declare (OPTIMIZE SPEED (SAFETY 1)
)
(
compile nil '(lambda (x
)
(
type (eql #c(0 -8)) x
))
(
declare (OPTIMIZE SPEED (SAFETY 1
))
(
sqrt x)
))
(
type (eql #c(0 -8)) x
))
#c(0 -8
))
(sqrt x)
))
#c(
2
-
2
))
#c(
0
-
8))
))
t)
t)
;;; Illegal instruction
;;; Illegal instruction
...
...
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