Index: test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
index 166f7f0351dbae884edc13345ab67a4775bf9375..ad3692fc5128cd13fbf7d2e3ac1de3134d9b1bc2 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden |
@@ -3,7 +3,6 @@ |
# |
--- |
-pool type: string |
execute: yes |
wrap: no |
test function name: f |
@@ -25,7 +24,7 @@ bytecodes: [ |
/* 51 S> */ B(Return), |
] |
constant pool: [ |
- "global", |
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["global"], |
] |
handlers: [ |
] |
@@ -47,7 +46,7 @@ bytecodes: [ |
/* 57 S> */ B(Return), |
] |
constant pool: [ |
- "unallocated", |
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["unallocated"], |
] |
handlers: [ |
] |