From 84be3c12b1c7db47923a28be8d1837df7e49304e Mon Sep 17 00:00:00 2001 From: Jason Del Ponte Date: Fri, 7 Aug 2020 15:47:44 -0700 Subject: [PATCH] fixup tests for go1.5&6 --- service/ec2/customizations_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/ec2/customizations_test.go b/service/ec2/customizations_test.go index 355ca79ee16..975442227ab 100644 --- a/service/ec2/customizations_test.go +++ b/service/ec2/customizations_test.go @@ -1,3 +1,5 @@ +// +build go1.7 + package ec2_test import (