diff options
Diffstat (limited to 'test/bytes.tm')
| -rw-r--r-- | test/bytes.tm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/bytes.tm b/test/bytes.tm index 4db94930..be6d1cdd 100644 --- a/test/bytes.tm +++ b/test/bytes.tm @@ -1,8 +1,8 @@ func main(): !! Test bytes: - >> 100[B] - = 100[B] + >> Byte(100) + = Byte(0x64) - >> 0xFF[B] - = 255[B] + >> Byte(0xFF) + = Byte(0xFF) |
