Index: test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
index 7d64503a0cb3809aa1b34372d99beaa9de552584..2f3ebd1067f8fc27e29dc4a908d6539e65db522b 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
@@ -16,11 +16,10 @@ snippet: " |
" |
frame size: 0 |
parameter count: 1 |
-bytecode array length: 10 |
+bytecode array length: 9 |
bytecodes: [ |
B(StackCheck), |
B(LdaGlobal), U8(0), U8(1), |
- B(ToNumber), |
B(Inc), |
B(StaGlobalSloppy), U8(0), U8(3), |
B(Return), |
@@ -64,11 +63,10 @@ snippet: " |
" |
frame size: 0 |
parameter count: 1 |
-bytecode array length: 10 |
+bytecode array length: 9 |
bytecodes: [ |
B(StackCheck), |
B(LdaGlobal), U8(0), U8(1), |
- B(ToNumber), |
B(Dec), |
B(StaGlobalStrict), U8(0), U8(3), |
B(Return), |