aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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