aboutsummaryrefslogtreecommitdiff
path: root/go/ssa/interp/interp_go120_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/ssa/interp/interp_go120_test.go')
-rw-r--r--go/ssa/interp/interp_go120_test.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/go/ssa/interp/interp_go120_test.go b/go/ssa/interp/interp_go120_test.go
new file mode 100644
index 000000000..d8eb2c213
--- /dev/null
+++ b/go/ssa/interp/interp_go120_test.go
@@ -0,0 +1,12 @@
+// Copyright 2021 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.
+
+//go:build go1.20
+// +build go1.20
+
+package interp_test
+
+func init() {
+ testdataTests = append(testdataTests, "slice2array.go")
+}