| Index: test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
 | 
| diff --git a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
 | 
| index 1b3ce9a1fd4801ccce09609f10e8b5a196811d00..62dc163a70e1de03891ab9b97c4ef2e5ab0ca132 100644
 | 
| --- a/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
 | 
| +++ b/test/cctest/interpreter/bytecode_expectations/DeclareGlobals.golden
 | 
| @@ -104,7 +104,7 @@
 | 
|  "
 | 
|  frame size: 4
 | 
|  parameter count: 1
 | 
| -bytecode array length: 31
 | 
| +bytecode array length: 32
 | 
|  bytecodes: [
 | 
|                  B(LdaConstant), U8(0),
 | 
|                  B(Star), R(1),
 | 
| @@ -117,7 +117,7 @@
 | 
|                  B(Star), R(2),
 | 
|                  B(LdaGlobal), U8(1), U8(2),
 | 
|                  B(Star), R(1),
 | 
| -  /*   16 E> */ B(Call0), R(1), R(2), U8(5),
 | 
| +  /*   16 E> */ B(Call), R(1), R(2), U8(1), U8(5),
 | 
|                  B(Star), R(0),
 | 
|    /*   20 S> */ B(Return),
 | 
|  ]
 | 
| 
 |