Skip to content

Commit

Permalink
Revert "unsilly"
Browse files Browse the repository at this point in the history
This reverts commit fc7f8e4.
  • Loading branch information
kripken committed Apr 3, 2020
1 parent fc7f8e4 commit ac94a1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/js-api/limits.any.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ 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 ac94a1e

Please sign in to comment.