Skip to content

Commit 652c10b

Browse files
committed
Revert previous specific plan9 arm64 cruft
1 parent 3077302 commit 652c10b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/internal/testenv/testenv.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,7 @@ func CPUIsSlow() bool {
442442
case "arm", "mips", "mipsle", "mips64", "mips64le", "wasm":
443443
return true
444444
}
445-
446-
return runtime.GOARCH == "arm64" && runtime.GOOS == "plan9"
445+
return false
447446
}
448447

449448
// SkipIfShortAndSlow skips t if -short is set and the CPU running the test is

0 commit comments

Comments
 (0)