From a68e390edf293a853f5a13d676619ba34c0fa7d8 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Fri, 29 Sep 2017 10:56:59 -0700 Subject: [PATCH] == and != got deleted --- BigInt-test-plan.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 717db63..28824c2 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -13,8 +13,8 @@ - [ ] less than or equal [bigint-and-number merged, more tests PR] - [ ] greater than [bigint-and-number merged, more tests PR] - [ ] greater than or equal [bigint-and-number merged, more tests PR] - - [x] equal - - [x] not equal + - [ ] equal [[merged](https://github.com/tc39/test262/commit/37beb365245f82f3932e4ec6c3fb84490eba630b#diff-88ba6fd964dfeb5be4c31b8886be7e98), [deleted](https://github.com/tc39/test262/commit/7765873c3efe2deeabf26070bc2fd14d83b67abf#diff-88ba6fd964dfeb5be4c31b8886be7e98), needs reimplementing] + - [ ] not equal [merged, deleted, needs reimplementing] - [ ] strictly equal - [ ] strictly not equal - Expressions