mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Update web-platform-tests to revision 7ed322c3132993bcb5734702b40621448670fc76
This commit is contained in:
parent
10fa5fa68a
commit
110ca49f65
52 changed files with 1682 additions and 485 deletions
|
@ -10,8 +10,8 @@ promise_test(async () => {
|
|||
builder
|
||||
.addFunction("swap", type_if_fi)
|
||||
.addBody([
|
||||
kExprGetLocal, 1,
|
||||
kExprGetLocal, 0,
|
||||
kExprLocalGet, 1,
|
||||
kExprLocalGet, 0,
|
||||
kExprReturn,
|
||||
])
|
||||
.exportFunc();
|
||||
|
@ -31,8 +31,8 @@ promise_test(async () => {
|
|||
const swap = builder
|
||||
.addFunction("swap", type_if_fi)
|
||||
.addBody([
|
||||
kExprGetLocal, 1,
|
||||
kExprGetLocal, 0,
|
||||
kExprLocalGet, 1,
|
||||
kExprLocalGet, 0,
|
||||
kExprReturn,
|
||||
]);
|
||||
builder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue