summaryrefslogtreecommitdiffhomepage
path: root/pkg/cpuid/cpuid_parse_x86_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/cpuid/cpuid_parse_x86_test.go')
-rw-r--r--pkg/cpuid/cpuid_parse_x86_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/cpuid/cpuid_parse_x86_test.go b/pkg/cpuid/cpuid_parse_x86_test.go
index d48418e69..c9bd40e1b 100644
--- a/pkg/cpuid/cpuid_parse_x86_test.go
+++ b/pkg/cpuid/cpuid_parse_x86_test.go
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
-// +build i386 amd64
+// +build 386 amd64
package cpuid