Jelajahi Sumber

skip t.Run below 1.8

Tao Wen 8 tahun lalu
induk
melakukan
21b9254da4
3 mengubah file dengan 6 tambahan dan 0 penghapusan
  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 (