mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
test: Fix some tests so they fail on expected error, not on syntax error. (#779)
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
class Foo {
|
||||
this [value] { // expect error
|
||||
construct [value] { // expect error
|
||||
System.print("ok")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user