diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:21:21 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-08-13 02:21:21 -0400 |
| commit | 80af2ea5476e6bc93fe3d7d2c297c021aa29b497 (patch) | |
| tree | 7321288bbf12e9c50f40f9fe12ff86aa4a3a879d /test/integers.tm | |
| parent | aa74180ed1a32da1c0191d8e202922a5dc03f3ce (diff) | |
Fixes
Diffstat (limited to 'test/integers.tm')
| -rw-r--r-- | test/integers.tm | 2 |
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 |
