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 c2f070f6..fa0e8bd8 100644
--- a/test/minmax.tm
+++ b/test/minmax.tm
@@ -1,6 +1,6 @@
struct Foo(x:Int, y:Int):
- func len(f:Foo)->Num:
+ func len(f:Foo->Num):
return Num.sqrt(f.x*f.x + f.y*f.y)
func main():