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 f28aec91..a0f0640f 100644
--- a/test/minmax.tm
+++ b/test/minmax.tm
@@ -18,7 +18,7 @@ func main():
>> Foo(999, 1) _min_.y Foo(1, 10)
= Foo(x=999, y=1)
- >> Foo(-999, -999) _max_:len() Foo(10, 10)
+ >> Foo(-999, -999) _max_.len() Foo(10, 10)
= Foo(x=-999, y=-999)