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 60871016b4c8097143e794c0f5e51f329e8827aa..1cfdea84e2d4c86cabfc8a96c8538f560ceb22f3 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden |
@@ -80,8 +80,8 @@ bytecodes: [ |
B(Star), R(0), |
/* 30 E> */ B(StackCheck), |
/* 47 S> */ B(LdaSmi), U8(20), |
- /* 47 E> */ B(Star), R(2), |
- B(LdaContextSlot), R(context), U8(4), |
+ B(Star), R(2), |
+ /* 47 E> */ B(LdaContextSlot), R(context), U8(4), |
B(JumpIfNotHole), U8(11), |
B(LdaConstant), U8(1), |
B(Star), R(3), |
@@ -118,8 +118,8 @@ bytecodes: [ |
/* 44 S> */ B(LdaSmi), U8(10), |
/* 44 E> */ B(StaContextSlot), R(context), U8(4), |
/* 48 S> */ B(LdaSmi), U8(20), |
- /* 50 E> */ B(Star), R(2), |
- B(LdaContextSlot), R(context), U8(4), |
+ B(Star), R(2), |
+ /* 50 E> */ B(LdaContextSlot), R(context), U8(4), |
B(JumpIfNotHole), U8(11), |
B(LdaConstant), U8(1), |
B(Star), R(3), |