]> Cypherpunks.ru repositories - gostls13.git/blobdiff - test/closure3.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / closure3.go
index 263d8fcb47419c7413ec97465ed91cac087bdcf6..24f8cefc30897489cdec9c0038c6c457436ab450 100644 (file)
@@ -1,10 +1,12 @@
-// errorcheckandrundir -0 -m
+// errorcheckandrundir -0 -m -d=inlfuncswithclosures=1
+
+//go:build !goexperiment.newinliner
 
 // Copyright 2017 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// Check correctness of various closure corner cases that
+// Check correctness of various closure corner cases
 // that are expected to be inlined
 
 package ignored