Commit a0409f05 authored by Clemens Hammacher's avatar Clemens Hammacher Committed by Commit Bot

[wasm] Fix test generation for shared memory

R=gdeepti@chromium.org

Change-Id: I8fabe18101b7e23b5e2971fedd0bd3591783dc85
Reviewed-on: https://chromium-review.googlesource.com/c/1329699Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#57441}
parent 4f586850
......@@ -183,7 +183,7 @@ void GenerateTestCase(Isolate* isolate, ModuleWireBytes wire_bytes,
}
os << ", " << (module->mem_export ? "true" : "false");
if (module->has_shared_memory) {
os << ", shared";
os << ", true";
}
os << ");\n";
}
......
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