aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-13 02:21:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-13 02:21:21 -0400
commit80af2ea5476e6bc93fe3d7d2c297c021aa29b497 (patch)
tree7321288bbf12e9c50f40f9fe12ff86aa4a3a879d /test
parentaa74180ed1a32da1c0191d8e202922a5dc03f3ce (diff)
Fixes
Diffstat (limited to 'test')
-rw-r--r--test/integers.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integers.tm b/test/integers.tm
index a99f614a..c92cbddf 100644
--- a/test/integers.tm
+++ b/test/integers.tm
@@ -15,7 +15,7 @@ func main():
= 3_i16
>> 1 << 10
- = 1024 : Num
+ = 1024
>> 3 and 2
= 2