summaryrefslogtreecommitdiffhomepage
path: root/examples/exception-handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/exception-handler.c')
-rw-r--r--examples/exception-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/exception-handler.c b/examples/exception-handler.c
index 1e722ec..a9a0299 100644
--- a/examples/exception-handler.c
+++ b/examples/exception-handler.c
@@ -30,7 +30,7 @@ static const char *program = MULTILINE_STRING(
doesnotexist();
}
- fail();
+ map([1], x => fail(x));
%}
);