Browse Source

skip t.Run below 1.8

Tao Wen 8 năm trước cách đây
mục cha
commit
21b9254da4
3 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 2 0
      jsoniter_float_test.go
  2. 2 0
      jsoniter_int_test.go
  3. 2 0
      jsoniter_string_test.go

+ 2 - 0
jsoniter_float_test.go

@@ -1,3 +1,5 @@
+// +build go1.8
+
 package jsoniter
 
 import (

+ 2 - 0
jsoniter_int_test.go

@@ -1,3 +1,5 @@
+// +build go1.8
+
 package jsoniter
 
 import (

+ 2 - 0
jsoniter_string_test.go

@@ -1,3 +1,5 @@
+// +build go1.8
+
 package jsoniter
 
 import (