Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

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

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

service/lexmodelsv2/cust_integ_test.go

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 0 deletions
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)