Skip to content

SRFI-64 test-error stops program when there is an error instead of passing the test #1060

@Retropikzel

Description

@Retropikzel
(import (scheme base)
        (scheme write)
        (srfi 64))


(test-begin "SRFi-64")

(test-error (begin (error "Test should pass")))

(display "And the program should continue")
(newline)

(test-end "SRFi-64")

Should report 1 passed test, insted it errors and stops.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions