Rename GlobalMethod to Method and GlobalTask to Task

This commit is contained in:
Brendan Tracey
2018-07-18 14:22:43 -06:00
parent 88ef6dbe25
commit 9c5a3cae0e
12 changed files with 84 additions and 84 deletions

View File

@@ -1154,7 +1154,7 @@ func TestNewton(t *testing.T) {
testLocal(t, newtonTests, &Newton{})
}
func testLocal(t *testing.T, tests []unconstrainedTest, method GlobalMethod) {
func testLocal(t *testing.T, tests []unconstrainedTest, method Method) {
for cas, test := range tests {
if test.long && testing.Short() {
continue