aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-31 10:15:32 -0300
committerEuAndreh <eu@euandre.org>2024-12-31 10:17:20 -0300
commit300577841d1b147259d14984159ba671d7c82a59 (patch)
treecf7bd451d2da4b4de4df2c4c1c110248421599b9 /tests
parentsrc/dedo.go: Simplify flags of flock() (diff)
downloaddedo-300577841d1b147259d14984159ba671d7c82a59.tar.gz
dedo-300577841d1b147259d14984159ba671d7c82a59.tar.xz
src/dedo.go: Instantiate &DB{} only after opening the file; simplify Open()
Diffstat (limited to 'tests')
-rw-r--r--tests/dedo.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/dedo.go b/tests/dedo.go
index 1dfd0c5..0def91d 100644
--- a/tests/dedo.go
+++ b/tests/dedo.go
@@ -31,6 +31,11 @@ import (
+func test_newDB() {
+ g.TestStart("newDB()")
+
+}
+
func test_openFile() {
g.TestStart("openFile()")