summaryrefslogtreecommitdiff
path: root/test/example/find_div0s.cpp
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2016-04-04 17:39:57 -0700
committerAlon Zakai <alonzakai@gmail.com>2016-04-04 17:39:57 -0700
commitcebc941e9d0772faa74aeb8cf2ebf6c4ceaaa15b (patch)
tree485f858f5b73dbc43237016fb01d4f6ba6ffbc8b /test/example/find_div0s.cpp
parent5f7257a970cb3bedfbb26da77843c85db8af83b3 (diff)
downloadbinaryen-cebc941e9d0772faa74aeb8cf2ebf6c4ceaaa15b.tar.gz
binaryen-cebc941e9d0772faa74aeb8cf2ebf6c4ceaaa15b.tar.bz2
binaryen-cebc941e9d0772faa74aeb8cf2ebf6c4ceaaa15b.zip
update example
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 dc2872edc..e7da03e02 100644
--- a/test/example/find_div0s.cpp
+++ b/test/example/find_div0s.cpp
@@ -32,7 +32,7 @@ int main() {
// 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).
- SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); });
+ SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); }, false);
// Print it out
printWasm(&module, std::cout);