aboutsummaryrefslogtreecommitdiff
path: root/test/integers.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/integers.tm')
-rw-r--r--test/integers.tm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integers.tm b/test/integers.tm
index 9fa5ffc2..6ba1559c 100644
--- a/test/integers.tm
+++ b/test/integers.tm
@@ -39,10 +39,10 @@ func main()
= "1,2,3,4,5,"
>> x := Int64(123)
- >> x.format(digits=5)
- = "00123"
>> x.hex()
= "0x7B"
+ >> x.hex(digits=4)
+ = "0x007B"
>> x.octal()
= "0o173"