summaryrefslogtreecommitdiff
path: root/test/example/find_div0s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/find_div0s.cpp')
-rw-r--r--test/example/find_div0s.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/find_div0s.cpp b/test/example/find_div0s.cpp
index 60eed5f62..d09f1de55 100644
--- a/test/example/find_div0s.cpp
+++ b/test/example/find_div0s.cpp
@@ -27,7 +27,7 @@ int main() {
// Parse the S-Expression text, and prepare to build a WebAssembly module.
SExpressionParser parser(input);
Element& root = *parser.root;
- Module module;
+ AllocatingModule module;
// The parsed code has just one element, the module. Build the module
// from that (and abort on any errors, but there won't be one here).