diff options
Diffstat (limited to 'test/example/find_div0s.cpp')
-rw-r--r-- | test/example/find_div0s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/find_div0s.cpp b/test/example/find_div0s.cpp index 24642c400..6645466cc 100644 --- a/test/example/find_div0s.cpp +++ b/test/example/find_div0s.cpp @@ -28,7 +28,7 @@ int main() { // Parse the S-Expression text, and prepare to build a WebAssembly module. SExpressionParser parser(input); Element& root = *parser.root; - AllocatingModule module; + Module 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). |