summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/tools/go/ssa/identical_test.go
blob: 404693dcd609d43fad0cc46bf543166d6c3af9f9 (plain)
1
2
3
4
5
6
7
8
9
//+build go1.8

package ssa_test

import "testing"

func TestValueForExprStructConv(t *testing.T) {
	testValueForExpr(t, "testdata/structconv.go")
}