| Index: test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| index adead06c5c39cb2625d556273f8329612e23ad0a..afa9b9471f0322dd02ed4d068026170e0ef8897c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: mixed
|
| execute: yes
|
| wrap: no
|
| test function name: f
|
| @@ -27,7 +26,7 @@ bytecodes: [
|
| /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -76,7 +75,7 @@ bytecodes: [
|
| /* 56 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -101,7 +100,7 @@ bytecodes: [
|
| /* 42 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"],
|
| ]
|
| handlers: [
|
| ]
|
|
|