Skip to content

Commit 3456b9d

Browse files
committed
add example test
1 parent 69c77ee commit 3456b9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cmd/go/testdata/script/test_skip.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ func Test1(t *testing.T) {
3232
func Test2(t *testing.T) {
3333
t.Run("3", func(t *testing.T) {})
3434
}
35+
36+
func ExampleTest(t *testing.T) {
37+
}

0 commit comments

Comments
 (0)