| Index: test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden b/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
|
| index dcc72134b2ae9f5f976515b3f2927473708ff2d0..34a8181e20899189fc05622282af345f5e56a2c5 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: string
|
| execute: yes
|
| wrap: no
|
| test function name: f
|
| @@ -31,7 +30,7 @@ bytecodes: [
|
| /* 25 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "x",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -82,7 +81,7 @@ bytecodes: [
|
| /* 32 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "z",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["z"],
|
| ]
|
| handlers: [
|
| ]
|
|
|