summaryrefslogtreecommitdiff
path: root/src/tools/execution-results.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/execution-results.h')
-rw-r--r--src/tools/execution-results.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/execution-results.h b/src/tools/execution-results.h
index 38989aedf..c41b0c208 100644
--- a/src/tools/execution-results.h
+++ b/src/tools/execution-results.h
@@ -74,7 +74,7 @@ struct ExecutionResults {
// while the function contents are still the same
for (Literal& val : ret) {
if (val.type == Type::funcref) {
- val = Literal::makeFuncref(Name("funcref"));
+ val = Literal::makeFunc(Name("funcref"));
}
}
results[exp->name] = ret;