mirror of
https://codeberg.org/scip/anydb.git
synced 2025-12-16 20:10:59 +01:00
Bump github.com/rogpeppe/go-internal from 1.13.1 to 1.14.1 (#29)
This commit is contained in:
@@ -17,16 +17,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
package main
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/rogpeppe/go-internal/testscript"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
os.Exit(testscript.RunMain(m, map[string]func() int{
|
||||
"anydb": Main,
|
||||
}))
|
||||
testscript.Main(m, map[string]func(){
|
||||
"anydb": main,
|
||||
})
|
||||
}
|
||||
|
||||
func TestAnydb(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user