diff options
Diffstat (limited to 'test/minmax.tm')
| -rw-r--r-- | test/minmax.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/minmax.tm b/test/minmax.tm index a5dd984e..3d11f8e5 100644 --- a/test/minmax.tm +++ b/test/minmax.tm @@ -1,7 +1,7 @@ struct Foo(x:Int, y:Int): func len(f:Foo->Num): - return Num.sqrt(f.x*f.x + f.y*f.y) + return Num.sqrt(f.x*f.x + f.y*f.y)! func main(): >> 3 _min_ 5 |
