| Index: test/message/arrow-missing.out
|
| diff --git a/test/message/arrow-missing.out b/test/message/arrow-missing.out
|
| index f042a20fad718057598ef7647090341ada73b5e8..bad6157a0a1343bdbba61440d90bc5d1f1de6300 100644
|
| --- a/test/message/arrow-missing.out
|
| +++ b/test/message/arrow-missing.out
|
| @@ -1,4 +1,4 @@
|
| -*%(basename)s:7: SyntaxError: Expected () to start arrow function, but got ';' instead of '=>'
|
| +*%(basename)s:7: SyntaxError: Unexpected token )
|
| function foo() { return(); }
|
| - ^
|
| -SyntaxError: Expected () to start arrow function, but got ';' instead of '=>'
|
| + ^
|
| +SyntaxError: Unexpected token )
|
|
|