compiler: test float to int conversions and fix upper-bound calculation

This commit is contained in:
Nia Weiss
2021-01-16 14:47:41 -05:00
committed by Ayke
parent a90865506d
commit a5cf704d83
6 changed files with 144 additions and 7 deletions
+1
View File
@@ -37,6 +37,7 @@ func TestCompiler(t *testing.T) {
"basic.go",
"pointer.go",
"slice.go",
"float.go",
}
for _, testCase := range tests {