Skip to content

Commit

Permalink
Fix expected parts for unsupported-statement test
Browse files Browse the repository at this point in the history
  • Loading branch information
eemeli committed Aug 20, 2024
1 parent 14f6fbe commit 26ca17f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/tests/syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,12 +908,7 @@
{
"src": ".l $y = {|bar|} {{}}",
"exp": "",
"expParts": [
{
"type": "literal",
"value": "bar"
}
],
"expParts": [],
"expErrors": [
{
"type": "unsupported-statement"
Expand Down

0 comments on commit 26ca17f

Please sign in to comment.