aboutsummaryrefslogtreecommitdiff
path: root/all_test.go
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2018-11-06 18:03:25 +0100
committerJan Mercl <0xjnml@gmail.com>2018-11-06 18:03:25 +0100
commit89fd60bf68dbf4801c209b21b0aca495a1972560 (patch)
tree624f1982b2ba99bbaac4a37c656c72fba74dab81 /all_test.go
parent0757a22337447b7f4a3ef8859427220176f6228c (diff)
Make modernc.org the repository root
Diffstat (limited to 'all_test.go')
-rw-r--r--all_test.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/all_test.go b/all_test.go
index 946b939..cd7a3fd 100644
--- a/all_test.go
+++ b/all_test.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-package sqlite
+package sqlite // import "modernc.org/sqlite"
import (
"bytes"
@@ -286,7 +286,7 @@ func BenchmarkNextMemory(b *testing.B) {
}
}
-// https://github.com/cznic/sqlite/issues/11
+// https://gitlab.com/cznic/sqlite/issues/11
func TestIssue11(t *testing.T) {
const N = 6570
dir, db := tempDB(t)
@@ -314,7 +314,7 @@ func TestIssue11(t *testing.T) {
}
}
-// https://github.com/cznic/sqlite/issues/12
+// https://gitlab.com/cznic/sqlite/issues/12
func TestMemDB(t *testing.T) {
// Verify we can create out-of-the heap memory DB instance.
db, err := sql.Open(driverName, "file::memory:")