Skip to content

Commit 7e0ffad

Browse files
ofrobotsMayaLekova
authored andcommitted
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: nodejs#17489 PR-URL: nodejs#18360 Reviewed-By: Kyle Farnung <kfarnung@microsoft.com>
1 parent 16bbf05 commit 7e0ffad

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

deps/v8/test/cctest/interpreter/bytecode_expectations/ClassFields.golden

+5-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ snippet: "
1515
static c;
1616
static ['d'];
1717
}
18-
18+
1919
class B {
2020
a = 1;
2121
['b'] = this.a;
@@ -138,7 +138,7 @@ snippet: "
138138
static c;
139139
static ['d'];
140140
}
141-
141+
142142
class B extends class {} {
143143
a = 1;
144144
['b'] = this.a;
@@ -149,7 +149,7 @@ snippet: "
149149
super();
150150
}
151151
}
152-
152+
153153
class C extends B {
154154
a = 1;
155155
['b'] = this.a;
@@ -159,7 +159,7 @@ snippet: "
159159
(() => super())();
160160
}
161161
}
162-
162+
163163
new A;
164164
new B;
165165
new C;
@@ -335,3 +335,4 @@ constant pool: [
335335
]
336336
handlers: [
337337
]
338+

0 commit comments

Comments
 (0)