| Index: test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| index 6a2406ad12ba47f1b24ad9f8ed0d83fbdd25afa7..5781ee9b9b0c6411d77d1921c9c523b2f2dd3ad8 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: string
|
| execute: yes
|
| wrap: no
|
| test function name: f
|
| @@ -25,7 +24,7 @@ bytecodes: [
|
| /* 48 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "global",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["global"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -49,7 +48,7 @@ bytecodes: [
|
| /* 48 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "global",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["global"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -71,7 +70,7 @@ bytecodes: [
|
| /* 68 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "unallocated",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["unallocated"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -95,7 +94,7 @@ bytecodes: [
|
| /* 54 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "unallocated",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["unallocated"],
|
| ]
|
| handlers: [
|
| ]
|
|
|