summaryrefslogtreecommitdiff
path: root/test/example/stack-utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/stack-utils.cpp')
-rw-r--r--test/example/stack-utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/example/stack-utils.cpp b/test/example/stack-utils.cpp
index d35d30120..9f20b8c2a 100644
--- a/test/example/stack-utils.cpp
+++ b/test/example/stack-utils.cpp
@@ -11,8 +11,8 @@
using namespace wasm;
-MixedArena allocator;
-Builder builder(allocator);
+Module module;
+Builder builder(module);
void test_remove_nops() {
std::cout << ";; Test removeNops\n";