| Index: test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
 | 
| diff --git a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
 | 
| index 762517912053eae02ab8500d7f89566d298ec4a9..fc7a6f78432b2ba2e4cd55f554874fd60556432e 100644
 | 
| --- a/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
 | 
| +++ b/test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
 | 
| @@ -11,7 +11,7 @@
 | 
|  "
 | 
|  frame size: 10
 | 
|  parameter count: 1
 | 
| -bytecode array length: 81
 | 
| +bytecode array length: 82
 | 
|  bytecodes: [
 | 
|                  B(CreateFunctionContext), U8(3),
 | 
|                  B(PushContext), R(0),
 | 
| @@ -41,12 +41,12 @@
 | 
|                  B(Mov), R(closure), R(6),
 | 
|                  B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
 | 
|                  B(Star), R(1),
 | 
| -  /*   52 E> */ B(Call1), R(1), R(2), R(3), U8(3),
 | 
| +  /*   52 E> */ B(Call), R(1), R(2), U8(2), U8(3),
 | 
|    /*   62 S> */ B(LdaUndefined),
 | 
|                  B(Star), R(2),
 | 
|    /*   69 E> */ B(LdaLookupGlobalSlot), U8(1), U8(9), U8(1),
 | 
|                  B(Star), R(1),
 | 
| -  /*   69 E> */ B(Call0), R(1), R(2), U8(7),
 | 
| +  /*   69 E> */ B(Call), R(1), R(2), U8(1), U8(7),
 | 
|    /*   74 S> */ B(Return),
 | 
|  ]
 | 
|  constant pool: [
 | 
| 
 |