Tweaking tests, removing local import.

This commit is contained in:
Josh Mervine 2014-08-04 11:30:13 -07:00
parent 120f0688a4
commit 089def51d8
3 changed files with 2 additions and 3 deletions

View File

@ -1,7 +1,6 @@
package cli_test
import (
"."
"fmt"
"os"
"testing"

View File

@ -1,9 +1,10 @@
package cli_test
import (
"."
"flag"
"testing"
"github.com/codegangsta/cli"
)
func TestCommandDoNotIgnoreFlags(t *testing.T) {

View File

@ -1,7 +1,6 @@
package cli_test
import (
"."
"flag"
"testing"
"time"