Index: test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden |
index 5e9bc569d2bc7a4afd0a288a5cedd9b02ce45b77..30b148b1d6a88dadc4143e6d9636a1f66e790819 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden |
@@ -20,12 +20,13 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 12 |
+bytecode array length: 13 |
bytecodes: [ |
/* 97 E> */ B(StackCheck), |
- /* 102 S> */ B(LdrContextSlot), R(context), U8(4), U8(1), R(0), |
- /* 120 E> */ B(LdaCurrentContextSlot), U8(4), |
- B(Mul), R(0), U8(2), |
+ /* 102 S> */ B(LdaContextSlot), R(context), U8(4), U8(1), |
+ B(Star), R(0), |
+ B(LdaCurrentContextSlot), U8(4), |
+ /* 120 E> */ B(Mul), R(0), U8(2), |
/* 130 S> */ B(Return), |
] |
constant pool: [ |