Skip to content

Commit b301deb

Browse files
committed
Revert "cmd/compile/testdata/script/issue77033.txt: make test panic"
This reverts commit f5d460c. Reason for revert: The original CL did not help debugging, but triggered unrelated failures instead. Change-Id: I3b9cd291a2346d5ad50859476a189f9216706739 Reviewed-on: https://go-review.googlesource.com/c/go/+/805840 Reviewed-by: Cherry Mui <cherryyz@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Keith Randall <khr@golang.org> Reviewed-by: Keith Randall <khr@google.com>
1 parent 77bcdde commit b301deb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/cmd/compile/testdata/script/issue77033.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
go test -bench=Foo -cpuprofile=default.pgo -timeout=30s
2-
go test -bench=Foo -pgo=default.pgo -timeout=30s
1+
go test -bench=Foo -cpuprofile=default.pgo
2+
go test -bench=Foo -pgo=default.pgo
33
! stdout 'FAIL'
44

55
-- main_test.go --

0 commit comments

Comments
 (0)