aboutsummaryrefslogtreecommitdiff
path: root/test/inline.go
diff options
context:
space:
mode:
authorCuong Manh Le <cuong.manhle.vn@gmail.com>2023-02-10 02:20:56 +0700
committerCuong Manh Le <cuong.manhle.vn@gmail.com>2023-04-14 17:57:36 +0000
commit20c349e5344152b56145ef6ebb649f431bdb2c90 (patch)
tree49ea681600c323552811395b332eee53c488bc4b /test/inline.go
parenta141c58c85a166081bfa9ea4b1d80c347bbb96e4 (diff)
downloadgo-20c349e5344152b56145ef6ebb649f431bdb2c90.tar.gz
go-20c349e5344152b56145ef6ebb649f431bdb2c90.zip
cmd/compile: reenable inline static init
Updates #58293 Updates #58339 Fixes #58439 Change-Id: I06d2d92f86fa4a672d69515c4066d69d3e0fc75b Reviewed-on: https://go-review.googlesource.com/c/go/+/467016 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Keith Randall <khr@google.com> Reviewed-by: David Chase <drchase@google.com> Reviewed-by: Keith Randall <khr@golang.org> Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Diffstat (limited to 'test/inline.go')
-rw-r--r--test/inline.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/inline.go b/test/inline.go
index 3bc102f769..45a6255efc 100644
--- a/test/inline.go
+++ b/test/inline.go
@@ -1,4 +1,4 @@
-// errorcheckwithauto -0 -m -d=inlfuncswithclosures=1 -d=inlstaticinit=1
+// errorcheckwithauto -0 -m -d=inlfuncswithclosures=1
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style