summaryrefslogtreecommitdiff
path: root/test/example/relooper-merge6.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/relooper-merge6.c')
-rw-r--r--test/example/relooper-merge6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/relooper-merge6.c b/test/example/relooper-merge6.c
index 25004c9df..7576a6c1e 100644
--- a/test/example/relooper-merge6.c
+++ b/test/example/relooper-merge6.c
@@ -184,7 +184,7 @@ int main() {
BinaryenAddFunctionImport(module, "print", "spectest", "print", vi);
// memory
- BinaryenSetMemory(module, 1, 1, "mem", NULL, NULL, NULL, 0, 0);
+ BinaryenSetMemory(module, 1, 1, "mem", NULL, NULL, NULL, NULL, 0, 0);
// optionally, optimize
if (0) BinaryenModuleOptimize(module);