Fix an outdated test

This commit is contained in:
Natalie Weizenbaum 2020-07-20 19:19:44 -07:00
parent 8b1eedab42
commit 5b99160a15

View File

@ -58,10 +58,10 @@ void main() {
0,
'CompileRequest.global_functions: Error: Expected identifier.\n'
'\n'
'1 │ (\$)\n'
'^\n'
'1 │ @function foo(\$) {\n'
' ^\n'
'\n'
' - 1:3 root stylesheet');
' - 1:16 root stylesheet');
await _process.kill();
});
});