| Index: test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| index c92627b1834e68e5caae98d7b6564e02e9d51c43..a0f73879c39a4b1ae434dc63b98df842057d8495 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
|
| @@ -48,7 +48,7 @@
|
| /* 30 E> */ B(StackCheck),
|
| /* 44 S> */ B(LdaSmi), I8(10),
|
| /* 44 E> */ B(StaCurrentContextSlot), U8(4),
|
| - /* 74 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
|
| + /* 74 S> */ B(LdaCurrentContextSlot), U8(4),
|
| /* 84 S> */ B(Return),
|
| ]
|
| constant pool: [
|
|
|