blob: d0ea1bf2b81f343a15bd569738b1b2235d9a2541 [file] [log] [blame]
load("@stdlib//internal/error.star", "error")
__native__.fail_on_errors()
assert.fails(lambda: error("boo"), "boo")
# No errors are emitted, as checked by the assertion below.
# Expect errors: