aboutsummaryrefslogtreecommitdiff
path: root/internal/gcimporter/iexport_common_test.go
blob: abc6aa64b926fc3dad589afd1d3ca097d135e6a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// 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.

package gcimporter

// Temporarily expose version-related functionality so that we can test at
// specific export data versions.

var IExportCommon = iexportCommon

const (
	IExportVersion         = iexportVersion
	IExportVersionGenerics = iexportVersionGenerics
	IExportVersionGo1_18   = iexportVersionGo1_18
)