summaryrefslogtreecommitdiff
path: root/test/example/c-api-relooper-unreachable-if.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/example/c-api-relooper-unreachable-if.cpp')
-rw-r--r--test/example/c-api-relooper-unreachable-if.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/example/c-api-relooper-unreachable-if.cpp b/test/example/c-api-relooper-unreachable-if.cpp
index 2fafa88d1..dbd50d116 100644
--- a/test/example/c-api-relooper-unreachable-if.cpp
+++ b/test/example/c-api-relooper-unreachable-if.cpp
@@ -147,7 +147,7 @@ int main() {
expressions[47] = BinaryenGetLocal(the_module, 2, 1);
{
BinaryenExpressionRef operands[] = { expressions[47] };
- expressions[48] = BinaryenCallImport(the_module, "print_i32", operands, 1, 0);
+ expressions[48] = BinaryenCall(the_module, "print_i32", operands, 1, 0);
}
{
BinaryenExpressionRef children[] = { expressions[44], expressions[46], expressions[48] };