From 0d153911639bb3aa58cc646792f86600c68148c6 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Fri, 6 Oct 2017 03:54:04 -0700 Subject: [PATCH] unary minus 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 3421d89..709c611 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -15,7 +15,7 @@ - [x] increment/decrement [[merged](https://github.com/tc39/test262/commit/a88b08f3fe76d1b647e38b2d4d4624c02d1d0a0d)] - [ ] typeof - [x] prefix + - - [ ] negation (@thejoshwolfe) + - [ ] negation [[PR](https://github.com/tc39/test262/pull/1264)] - [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe) - [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe) - arithmetic operators