| Index: test/cctest/test-code-stub-assembler.cc
|
| diff --git a/test/cctest/test-code-stub-assembler.cc b/test/cctest/test-code-stub-assembler.cc
|
| index 7d11e197ae12d5354ca69af57c301f8d5a919f4d..0d5519700ec1fa2c6b5d2bd42ab1965741d6fe45 100644
|
| --- a/test/cctest/test-code-stub-assembler.cc
|
| +++ b/test/cctest/test-code-stub-assembler.cc
|
| @@ -1869,7 +1869,6 @@ TEST(AllocatePromiseReactionJobInfo) {
|
| CHECK(promise_info->deferred_on_reject()->IsUndefined(isolate));
|
| CHECK(promise_info->context()->IsContext());
|
| CHECK_EQ(kDebugPromiseNoID, promise_info->debug_id());
|
| - CHECK_EQ(kDebugNotActive, promise_info->debug_name());
|
| }
|
|
|
| TEST(AllocatePromiseResolveThenableJobInfo) {
|
| @@ -1909,7 +1908,6 @@ TEST(AllocatePromiseResolveThenableJobInfo) {
|
| CHECK(promise_info->resolve()->IsJSFunction());
|
| CHECK(promise_info->reject()->IsJSFunction());
|
| CHECK_EQ(kDebugPromiseNoID, promise_info->debug_id());
|
| - CHECK_EQ(kDebugNotActive, promise_info->debug_name());
|
| CHECK(promise_info->context()->IsContext());
|
| }
|
|
|
|
|