| Index: test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
|
| index 41476311e860d747e91ebea9d8aaeab8bf250759..0abc3950253e9a6b33ba334f5f9da73e2aae8944 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: string
|
| execute: yes
|
| wrap: no
|
| test function name: f
|
| @@ -26,7 +25,7 @@ bytecodes: [
|
| /* 25 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "x",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -51,7 +50,7 @@ bytecodes: [
|
| /* 23 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "x",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -76,7 +75,7 @@ bytecodes: [
|
| /* 37 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "x",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -100,7 +99,7 @@ bytecodes: [
|
| /* 32 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "x",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
|
|