blob: a8b06126582fdd685297fc8e84097eb0ffea255c [file] [log] [blame]
package expect_test
import (
"testdata/groups/two/expect"
"testing"
)
func TestX(t *testing.T) {
_ = expect.X //@check("X", "X")
}