Skip to content

Commit b1d7e32

Browse files
committed
check: replace test runner logic with Go's stdlib subtest support
1 parent 22ab2df commit b1d7e32

19 files changed

+118
-1290
lines changed

benchmark.go

Lines changed: 0 additions & 187 deletions
This file was deleted.

benchmark_test.go

Lines changed: 0 additions & 91 deletions
This file was deleted.

bootstrap_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
//+build nowhere
2+
13
// These initial tests are for bootstrapping. They verify that we can
24
// basically use the testing infrastructure itself to check if the test
35
// system is working.

0 commit comments

Comments
 (0)