Skip to content

Commit

Permalink
unsilly
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Apr 2, 2020
1 parent 179469f commit fc7f8e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/js-api/limits.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ testLimit("initial declared memory pages", 1, kJSEmbeddingMaxMemoryPages,
builder.addMemory(count, undefined, false, false);
});


testLimit("maximum declared memory pages", 1, kJSEmbeddingMaxMemoryPages,
(builder, count) => {
builder.addMemory(1, count, false, false);
Expand Down

0 comments on commit fc7f8e4

Please sign in to comment.