diff options
Diffstat (limited to 'tests/tinygotest/main_test.go')
-rw-r--r-- | tests/tinygotest/main_test.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/tinygotest/main_test.go b/tests/tinygotest/main_test.go index 61ce28285..263aac149 100644 --- a/tests/tinygotest/main_test.go +++ b/tests/tinygotest/main_test.go @@ -14,3 +14,6 @@ func TestFail2(t *testing.T) { func TestPass(t *testing.T) { } + +func BenchmarkNotImplemented(b *testing.B) { +} |