Skip to content

Commit

Permalink
Revert "Revert "unsilly""
Browse files Browse the repository at this point in the history
This reverts commit ac94a1e.
  • Loading branch information
kripken committed Apr 3, 2020
1 parent ac94a1e commit 4d8915f
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 4d8915f

Please sign in to comment.