Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201028153306-37f0764111ff / go / packages / packagestest / testdata / groups / two / primarymod / expect / yo_test.go
1 package expect_test
2
3 import (
4         "testdata/groups/two/expect"
5         "testing"
6 )
7
8 func TestX(t *testing.T) {
9         _ = expect.X //@check("X", "X")
10 }