mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
test: Fix some tests so they fail on expected error, not on syntax error. (#779)
This commit is contained in:
@ -1 +1 @@
|
||||
var f = new Fn {|a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q| "!" } // expect error
|
||||
var f = Fn.new {|a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q| "!" } // expect error
|
||||
|
||||
Reference in New Issue
Block a user