Index: test/cctest/interpreter/bytecode_expectations/StringConstants.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/StringConstants.golden b/test/cctest/interpreter/bytecode_expectations/StringConstants.golden |
index a35df08922fcdeab0c3a02836bfc9e0507b6de56..c28ac2a8c91b701b813a29f4d8a2975b7827b4f4 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/StringConstants.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/StringConstants.golden |
@@ -35,7 +35,7 @@ bytecode array length: 8 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaConstant), U8(0), |
- /* 42 E> */ B(Star), R(0), |
+ B(Star), R(0), |
/* 58 S> */ B(LdaConstant), U8(1), |
/* 82 S> */ B(Return), |
] |
@@ -56,7 +56,7 @@ bytecode array length: 8 |
bytecodes: [ |
/* 30 E> */ B(StackCheck), |
/* 42 S> */ B(LdaConstant), U8(0), |
- /* 42 E> */ B(Star), R(0), |
+ B(Star), R(0), |
/* 57 S> */ B(LdaConstant), U8(0), |
/* 79 S> */ B(Return), |
] |