mirror of
https://github.com/golang/go.git
synced 2026-04-02 17:30:01 +09:00
Revert "runtime: disable test for 78081"
This reverts commit bfa3dc4028.
Reason for revert: re-enabling the test, after CL 757343 is in.
Change-Id: I78ebb000b95a14f39fc1f62a1013bc83849a0a37
Reviewed-on: https://go-review.googlesource.com/c/go/+/757226
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
This commit is contained in:
committed by
Gopher Robot
parent
5f5f4ccdb3
commit
c60392da8b
@@ -9,10 +9,6 @@ package main
|
||||
import "runtime"
|
||||
|
||||
func main() {
|
||||
if true {
|
||||
// Disabled until CL 757343 is in.
|
||||
return
|
||||
}
|
||||
runtime.GOMAXPROCS(2)
|
||||
c := make(chan bool)
|
||||
for i := 0; i < 16; i++ {
|
||||
|
||||
Reference in New Issue
Block a user