diff options
Diffstat (limited to 'src/pkg/testing/testing.go')
| -rw-r--r-- | src/pkg/testing/testing.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pkg/testing/testing.go b/src/pkg/testing/testing.go index 617efa4ab..435d7af4b 100644 --- a/src/pkg/testing/testing.go +++ b/src/pkg/testing/testing.go @@ -116,7 +116,6 @@ func tRunner(t *T, test *Test) { // of gotest. func Main(tests []Test) { flag.Parse(); - args := flag.Args(); ok := true; if len(tests) == 0 { println("testing: warning: no tests to run"); |
