aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r--sqlite3_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go
index a91381a..b295ddd 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -1733,7 +1733,7 @@ func TestSuite(t *testing.T) {
db = &TestDB{t, d, SQLITE, sync.Once{}}
ok := testing.RunTests(func(string, string) (bool, error) { return true, nil }, tests)
if !ok {
- t.Fail()
+ t.Fatal("A subtest failed")
}
if !testing.Short() {