mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 03:30:27 +02:00
Fix eval.test: stack involving a primitive
* test-suite/tests/eval.test ("stacks"): Revert expect-fail introduced
in 27337b6373
.
This commit is contained in:
parent
3a858c3275
commit
1ab116f390
1 changed files with 1 additions and 3 deletions
|
@ -349,9 +349,7 @@
|
|||
(define tag (make-prompt-tag "foo"))
|
||||
|
||||
(with-test-prefix "stacks"
|
||||
;; FIXME: Until we get one VM, a call to an RTL primitive from the
|
||||
;; stack VM will result in the primitive being on the stack twice.
|
||||
(expect-fail "stack involving a primitive"
|
||||
(pass-if "stack involving a primitive"
|
||||
;; The primitive involving the error must appear exactly once on the
|
||||
;; stack.
|
||||
(let* ((stack (make-tagged-trimmed-stack tag '(#t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue