summaryrefslogtreecommitdiff
path: root/deps/v8
diff options
context:
space:
mode:
authorAli Ijaz Sheikh <ofrobots@google.com>2018-01-24 17:01:50 -0800
committerAli Ijaz Sheikh <ofrobots@google.com>2018-01-24 17:15:54 -0800
commit142d6237b6b24d80c96fd2c68be471d29bb079e3 (patch)
treeeb86c159e5de1a96f3803344ffa0736c226c68b4 /deps/v8
parentb06440356daec134963c90ac79e408760eb02c00 (diff)
downloadandroid-node-v8-142d6237b6b24d80c96fd2c68be471d29bb079e3.tar.gz
android-node-v8-142d6237b6b24d80c96fd2c68be471d29bb079e3.tar.bz2
android-node-v8-142d6237b6b24d80c96fd2c68be471d29bb079e3.zip
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 <kfarnung@microsoft.com>
Diffstat (limited to 'deps/v8')
-rw-r--r--deps/v8/test/cctest/interpreter/bytecode_expectations/ClassFields.golden9
1 files 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 e3a828e1cc..afb3d3e8de 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: [
]
+