| Index: test/cctest/test-api.cc
|
| diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
|
| index 0d98b1a48dea8b276fccabab3d49ad8d5bc46992..1e402566d1879ec39d5ae40b3d8073e4b2d3c23f 100644
|
| --- a/test/cctest/test-api.cc
|
| +++ b/test/cctest/test-api.cc
|
| @@ -19673,7 +19673,7 @@ THREADED_TEST(CreationContextOfJsBoundFunction) {
|
| Context::Scope scope(other_context);
|
| CHECK(bound_function1->CreationContext() == context1);
|
| CheckContextId(bound_function1, 1);
|
| - CHECK(bound_function2->CreationContext() == context2);
|
| + CHECK(bound_function2->CreationContext() == context1);
|
| CheckContextId(bound_function2, 1);
|
| }
|
|
|
|
|