Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Mar 17, 2020
1 parent a6f198e commit ae77e40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -13,7 +13,7 @@
}
},
"errors": [
"SyntaxError: Constructor may not be a get/set accessor (1:14)"
"SyntaxError: Class constructor may not be an accessor (1:14)"
],
"program": {
"type": "Program",
Expand Down
Expand Up @@ -13,7 +13,7 @@
}
},
"errors": [
"SyntaxError: Constructor may not be a get/set accessor (1:13)"
"SyntaxError: Class constructor may not be an accessor (1:13)"
],
"program": {
"type": "Program",
Expand Down
Expand Up @@ -13,7 +13,7 @@
}
},
"errors": [
"SyntaxError: Constructor may not be a get/set accessor (1:13)"
"SyntaxError: Class constructor may not be an accessor (1:13)"
],
"program": {
"type": "Program",
Expand Down

0 comments on commit ae77e40

Please sign in to comment.