summaryrefslogtreecommitdiff
path: root/tests/html_fn.lac
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html_fn.lac')
-rw-r--r--tests/html_fn.lac2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html_fn.lac b/tests/html_fn.lac
index 9b81b73d..fab70cc3 100644
--- a/tests/html_fn.lac
+++ b/tests/html_fn.lac
@@ -1,4 +1,4 @@
-val main = fn () => <html>
+val main : unit -> page = fn () => <html>
<head>
<title>Hello World!</title>
</head>