Update CONTRIBUTING.md per @bakkot’s feedback

This commit is contained in:
Mathias Bynens 2018-11-14 15:12:08 -08:00 committed by Rick Waldron
parent 22ecf21b38
commit 65f679e3d4
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ function Test262Error(message) {
## Handling Errors and Negative Test Cases
Expectations for **parsing errors** should be declared using [the `negative` frontmatter flag](#negative). They must also include the exact `throw` statement specified in this example (in order to guarantee that implementations do not execute the code):
Expectations for **parsing errors** should be declared using [the `negative` frontmatter flag](#negative). They must also include `$DONOTEVALUATE();` (in order to guarantee that implementations do not execute the code):
```javascript
/*---