| Index: test/unittests/compiler/js-typed-lowering-unittest.cc
|
| diff --git a/test/unittests/compiler/js-typed-lowering-unittest.cc b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| index a12d79f02bb4ca24c3b384055cb9f0c960208ca8..fe909880acba35ee98e4c8df8527c20c8f569f8a 100644
|
| --- a/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| +++ b/test/unittests/compiler/js-typed-lowering-unittest.cc
|
| @@ -921,7 +921,7 @@ TEST_F(JSTypedLoweringTest, JSLoadDynamicGlobal) {
|
| for (int i = 0; i < DynamicGlobalAccess::kMaxCheckDepth; ++i) {
|
| uint32_t bitset = 1 << i; // Only single check.
|
| Reduction r = Reduce(graph()->NewNode(
|
| - javascript()->LoadDynamicGlobal(name, bitset, feedback, NOT_CONTEXTUAL),
|
| + javascript()->LoadDynamicGlobal(name, bitset, feedback, INSIDE_TYPEOF),
|
| vector, context, context, frame_state, frame_state, effect, control));
|
| ASSERT_TRUE(r.Changed());
|
| EXPECT_THAT(
|
|
|