فهرست منبع

disable map_key_test temporarily

- disable this test until golang issue 38105&38940 is fixed
AllenX2018 5 سال پیش
والد
کامیت
55287ed53a
1فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  1. 3 2
      type_tests/map_key_test.go

+ 3 - 2
type_tests/map_key_test.go

@@ -1,5 +1,6 @@
-// +build !go1.14
-// remove these tests temporarily until https://github.com/golang/go/issues/39105 is fixed
+// +build go1.15
+// remove these tests temporarily until https://github.com/golang/go/issues/38105 and
+// https://github.com/golang/go/issues/38940 is fixed
 
 package test