From ea448f35ada45647c200019cc34b4315cb16cdd9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 5 Apr 2016 08:57:07 -0700 Subject: fix example testcase --- test/example/find_div0s.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/example/find_div0s.cpp') diff --git a/test/example/find_div0s.cpp b/test/example/find_div0s.cpp index e7da03e02..22707f9ca 100644 --- a/test/example/find_div0s.cpp +++ b/test/example/find_div0s.cpp @@ -35,7 +35,7 @@ int main() { SExpressionWasmBuilder builder(module, *root[0], [&]() { abort(); }, false); // Print it out - printWasm(&module, std::cout); + WasmPrinter::printModule(&module, std::cout); // Search it for divisions by zero: Walk the module, looking for // that operation. -- cgit v1.2.3