mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 07:23:39 +00:00
compiler: re-enable generics test
This seems to have been removed by accident, but it still seems useful to me.
This commit is contained in:
committed by
Ron Evans
parent
7ec9cfc61c
commit
e9d78a78ea
@@ -50,6 +50,7 @@ func TestCompiler(t *testing.T) {
|
||||
{"channel.go", "", ""},
|
||||
{"gc.go", "", ""},
|
||||
{"zeromap.go", "", ""},
|
||||
{"generics.go", "", ""},
|
||||
}
|
||||
if goMinor >= 20 {
|
||||
tests = append(tests, testCase{"go1.20.go", "", ""})
|
||||
|
||||
Reference in New Issue
Block a user