From 65f679e3d47cd90a7dd8b9046279c45e223d8581 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 14 Nov 2018 15:12:08 -0800 Subject: [PATCH] =?UTF-8?q?Update=20CONTRIBUTING.md=20per=20@bakkot?= =?UTF-8?q?=E2=80=99s=20feedback?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 253b78a7b7..8fdeba7083 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 /*---