aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2022-11-22 22:07:59 +0100
committerGitHub <noreply@github.com>2022-11-22 21:07:59 +0000
commit75740b3f90c81d4c226b0e30eec947df4fbd6832 (patch)
treee31236a89bcbe3ce8be9f523cb722c1adc38122c /sys/linux
parent500253c34f2a1b8102026ffad294923eb2a0fdba (diff)
sys/linux/init_alg_test.go: change package name to linux_test (#3540)
It is an external test. It uses only exported "linux" package functions.
Diffstat (limited to 'sys/linux')
-rw-r--r--sys/linux/init_images_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/init_images_test.go b/sys/linux/init_images_test.go
index c5b93c4be..8391330c3 100644
--- a/sys/linux/init_images_test.go
+++ b/sys/linux/init_images_test.go
@@ -1,7 +1,7 @@
// Copyright 2022 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-package linux
+package linux_test
import (
"flag"