summaryrefslogtreecommitdiff
path: root/vendor/golang.org/x/tools/go/ssa/identical_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/tools/go/ssa/identical_test.go')
-rw-r--r--vendor/golang.org/x/tools/go/ssa/identical_test.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/golang.org/x/tools/go/ssa/identical_test.go b/vendor/golang.org/x/tools/go/ssa/identical_test.go
new file mode 100644
index 0000000..404693d
--- /dev/null
+++ b/vendor/golang.org/x/tools/go/ssa/identical_test.go
@@ -0,0 +1,9 @@
+//+build go1.8
+
+package ssa_test
+
+import "testing"
+
+func TestValueForExprStructConv(t *testing.T) {
+ testValueForExpr(t, "testdata/structconv.go")
+}