diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/fiinha.go | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/fiinha.go b/tests/fiinha.go index a6ae315..7cafd41 100644 --- a/tests/fiinha.go +++ b/tests/fiinha.go @@ -33,14 +33,6 @@ func test_defaultPrefix() { }) } -func test_serialized() { - // FIXME -} - -func test_execSerialized() { - // FIXME -} - func test_tryRollback() { g.TestStart("tryRollback()") @@ -96,6 +88,14 @@ func test_inTx() { }) } +func test_serialized() { + // FIXME +} + +func test_execSerialized() { + // FIXME +} + func test_createTables() { g.TestStart("createTables()") |
