aboutsummaryrefslogtreecommitdiff
path: root/test/minmax.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/minmax.tm')
-rw-r--r--test/minmax.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/minmax.tm b/test/minmax.tm
index fa0e8bd8..a5dd984e 100644
--- a/test/minmax.tm
+++ b/test/minmax.tm
@@ -23,5 +23,5 @@ func main():
>> foos := [Foo(5, 1), Foo(5, 99), Foo(-999, -999)]
- >> (_max_) foos
+ >> (_max_: foos)!
= Foo(x=5, y=99)