windows: fix TestPersistPragma.2, updates #67

This commit is contained in:
Jan Mercl
2021-09-01 14:24:15 +02:00
parent 7ecaceaa8f
commit aa7d275125
6 changed files with 16 additions and 6 deletions

View File

@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//+build cgo,cgobench
//go:build cgo && cgobench
// +build cgo,cgobench
package sqlite // import "modernc.org/sqlite"