Skip to content

Commit 3f5ad80

Browse files
authored
service/lexmodelsv2: Fixup unit test for Go 1.5 and 1.6 (#3764)
Fixes the unit tests for the API's customizations of old versions of go.
1 parent 0dd1266 commit 3f5ad80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

service/lexmodelsv2/cust_integ_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build integration
1+
// +build go1.7,integration
22

33
package lexmodelsv2
44

service/lexmodelsv2/customizations_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// +build go1.7
2+
13
package lexmodelsv2
24

35
import (

0 commit comments

Comments
 (0)