Commit 6f8bd2eb authored by Sven Sauleau's avatar Sven Sauleau Committed by Commit Bot

[wasm] change test name

Change-Id: Ib45690bb03b9c76502afed89a71e1dc9a545893b
Reviewed-on: https://chromium-review.googlesource.com/c/1481213
Commit-Queue: Sven Sauleau <ssauleau@igalia.com>
Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59756}
parent 90e5e244
......@@ -130,8 +130,8 @@ function assertMemoryIsValid(memory, shared) {
assertEquals(0x11111111, instance.exports.main(0, 0x11111111));
})();
(function TestMemoryConstructorShouldCallHasProperty() {
print("TestMemoryConstructorShouldCallHasProperty");
(function TestMemoryConstructorShouldNotCallHasProperty() {
print(arguments.callee.name);
// from test/wasm-js/data/test/js-api/memory/constructor.any.js
const proxy = new Proxy({}, {
has(o, x) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment