Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / ir / identical_test.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/ir/identical_test.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/ir/identical_test.go
new file mode 100644 (file)
index 0000000..85d57c3
--- /dev/null
@@ -0,0 +1,9 @@
+//+build go1.8
+
+package ir_test
+
+import "testing"
+
+func TestValueForExprStructConv(t *testing.T) {
+       testValueForExpr(t, "testdata/structconv.go")
+}