We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbc50c commit 98c5219Copy full SHA for 98c5219
sqlite3_opt_vtable_test.go
@@ -3,6 +3,7 @@
3
// Use of this source code is governed by an MIT-style
4
// license that can be found in the LICENSE file.
5
6
+//go:build sqlite_vtable || vtable
7
// +build sqlite_vtable vtable
8
9
package sqlite3
@@ -603,6 +604,6 @@ func TestCreateModuleEponymousOnly(t *testing.T) {
603
604
605
_, err = db.Exec("DROP TABLE test")
606
if err != nil {
- t.Fatalf("couldn't drop virtual table: %v", err)
607
+ t.Logf("couldn't drop virtual table: %v", err)
608
}
609
0 commit comments