From 80af2ea5476e6bc93fe3d7d2c297c021aa29b497 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 13 Aug 2024 02:21:21 -0400 Subject: Fixes --- test/integers.tm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3