| Index: test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Throw.golden b/test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| index 4e7a0bc225efdaa713d37f3d9ff2e8869352e91e..77eb6552a5131a9a227117d638819747516e6ad2 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Throw.golden
|
| @@ -3,7 +3,6 @@
|
| #
|
|
|
| ---
|
| -pool type: string
|
| execute: yes
|
| wrap: yes
|
|
|
| @@ -37,7 +36,7 @@ bytecodes: [
|
| /* 34 E> */ B(Throw),
|
| ]
|
| constant pool: [
|
| - "Error",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["Error"],
|
| ]
|
| handlers: [
|
| ]
|
| @@ -60,7 +59,7 @@ bytecodes: [
|
| /* 72 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "Error",
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["Error"],
|
| ]
|
| handlers: [
|
| ]
|
|
|