Skip to content

Commit 55287ed

Browse files
committed
disable map_key_test temporarily
- disable this test until golang issue 38105&38940 is fixed
1 parent 8961be9 commit 55287ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

type_tests/map_key_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// +build !go1.14
2-
// remove these tests temporarily until https://github.com/golang/go/issues/39105 is fixed
1+
// +build go1.15
2+
// remove these tests temporarily until https://github.com/golang/go/issues/38105 and
3+
// https://github.com/golang/go/issues/38940 is fixed
34

45
package test
56

0 commit comments

Comments
 (0)