diff options
Diffstat (limited to 'test/integers.tm')
| -rw-r--r-- | test/integers.tm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integers.tm b/test/integers.tm index bf15380c..e6b2ba9d 100644 --- a/test/integers.tm +++ b/test/integers.tm @@ -63,7 +63,7 @@ func main(): >> Int8(123):hex() = "0x7B" - >> Int(2.1) + >> Int(2.1, truncate=yes) = 2 : Int do: |
