| Index: test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden | 
| diff --git a/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden b/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden | 
| index df669aa945ee8442d8988a97371c24814e48ed52..1c84dfcfb1f1f6c9b5c11021197cb177cad9228b 100644 | 
| --- a/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden | 
| +++ b/test/cctest/interpreter/bytecode_expectations/IllegalRedeclaration.golden | 
| @@ -14,17 +14,16 @@ snippet: " | 
| " | 
| frame size: 3 | 
| parameter count: 1 | 
| -bytecode array length: 14 | 
| +bytecode array length: 16 | 
| bytecodes: [ | 
| -  B(LdaConstant), U8(0), | 
| +  B(Wide), B(LdaSmi), U16(151), | 
| B(Star), R(1), | 
| -  B(LdaConstant), U8(1), | 
| +  B(LdaConstant), U8(0), | 
| B(Star), R(2), | 
| B(CallRuntime), U16(Runtime::kNewSyntaxError), R(1), U8(2), | 
| B(Throw), | 
| ] | 
| constant pool: [ | 
| -  kInstanceTypeDontCare, | 
| InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, | 
| ] | 
| handlers: [ | 
|  |