Skip to content

Commit 2f1996f

Browse files
committed
run tests via Makefile, remove circular dependency
Signed-off-by: leongross <[email protected]>
1 parent e138902 commit 2f1996f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ TEST_PACKAGES_FAST = \
335335
unicode \
336336
unicode/utf16 \
337337
unicode/utf8 \
338-
user \
338+
os/user \
339339
$(nil)
340340

341341
# Assume this will go away before Go2, so only check minor version.

src/os/user_test.go renamed to src/os/user/user_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
55
//go:build !baremetal && !js && !wasip1 && !windows
66
// +build !baremetal,!js,!wasip1,!windows
77

8-
package os_test
8+
package user
99

1010
import (
11-
. "os/user"
1211
"runtime"
1312
"testing"
1413
)

0 commit comments

Comments
 (0)