diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 709c611..99b3f30 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 [[PR](https://github.com/tc39/test262/pull/1264)] + - [x] negation [[merged](https://github.com/tc39/test262/commit/0b5c39cf91c8de8e66429a354e66f0636b2c9338)] - [ ] bitwise operators `&`, `|`, `^`, `~` (@thejoshwolfe) - [ ] shifts `<<`, `>>`, `>>>` (@thejoshwolfe) - arithmetic operators