From 106e32bbc21aeba483872dd3c9abee11b56d3173 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Wed, 4 Oct 2017 06:40:57 -0700 Subject: [PATCH] increment/decrement PR --- BigInt-test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index e9dd8c7..57cd780 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -18,7 +18,7 @@ - [ ] strictly equal [PR] - [ ] strictly not equal [PR] - Expressions - - [ ] increment/decrement (@thejoshwolfe) + - [ ] increment/decrement [[PR](https://github.com/tc39/test262/pull/1261)] - [ ] typeof - [x] prefix + - [ ] negation (@thejoshwolfe)