From 142d6237b6b24d80c96fd2c68be471d29bb079e3 Mon Sep 17 00:00:00 2001 From: Ali Ijaz Sheikh Date: Wed, 24 Jan 2018 17:01:50 -0800 Subject: [PATCH] deps: V8: reintroduce missing whitespace in test 4c4af64 accidentally dropped the significant whitespace from this test when it was landed. Add the whitespace back. Refs: https://github.com/nodejs/node/pull/17489 PR-URL: https://github.com/nodejs/node/pull/18360 Reviewed-By: Kyle Farnung --- .../interpreter/bytecode_expectations/ClassFields.golden | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deps/v8/test/cctest/interpreter/bytecode_expectations/ClassFields.golden b/deps/v8/test/cctest/interpreter/bytecode_expectations/ClassFields.golden index e3a828e1cc527c..afb3d3e8de5815 100644 --- a/deps/v8/test/cctest/interpreter/bytecode_expectations/ClassFields.golden +++ b/deps/v8/test/cctest/interpreter/bytecode_expectations/ClassFields.golden @@ -15,7 +15,7 @@ snippet: " static c; static ['d']; } - + class B { a = 1; ['b'] = this.a; @@ -138,7 +138,7 @@ snippet: " static c; static ['d']; } - + class B extends class {} { a = 1; ['b'] = this.a; @@ -149,7 +149,7 @@ snippet: " super(); } } - + class C extends B { a = 1; ['b'] = this.a; @@ -159,7 +159,7 @@ snippet: " (() => super())(); } } - + new A; new B; new C; @@ -335,3 +335,4 @@ constant pool: [ ] handlers: [ ] +