mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-19 03:38:43 -06:00
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/update.sh
This commit is contained in:
@@ -21,7 +21,6 @@ import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
||||
var rlTests = []struct {
|
||||
inputStr string
|
||||
expectedLines []string
|
||||
@@ -48,7 +47,6 @@ func getTestReadLineClosure(inputStr string) func() (string, bool, error) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func testReadLineFunctions(t *testing.T, testType string, expected []string, rlFunc func() (string, bool, error)) {
|
||||
var isDone bool
|
||||
var line string
|
||||
@@ -67,5 +65,3 @@ func testReadLineFunctions(t *testing.T, testType string, expected []string, rlF
|
||||
t.Error("Received unexpected results.")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user