Skip to content

Commit 4c0fd3a

Browse files
committed
internal/goexperiment: remove the synctest GOEXPERIMENT
synctest package is enabled by default and the synctest goexperiment does nothing after CL 709355. Change-Id: Ia96b070d5f3779ae7c38a9044f754e716a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/709555 Reviewed-by: Michael Pratt <[email protected]> Reviewed-by: Damien Neil <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent c1e6e49 commit 4c0fd3a

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

src/internal/goexperiment/exp_synctest_off.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/internal/goexperiment/exp_synctest_on.go

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/internal/goexperiment/flags.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,6 @@ type Flags struct {
100100
// inlining phase within the Go compiler.
101101
NewInliner bool
102102

103-
// Synctest enables the testing/synctest package.
104-
Synctest bool
105-
106103
// Dwarf5 enables DWARF version 5 debug info generation.
107104
Dwarf5 bool
108105

0 commit comments

Comments
 (0)