Index: provider/ec2/suite_test.go |
=== modified file 'provider/ec2/suite_test.go' |
--- provider/ec2/suite_test.go 2013-08-19 11:19:07 +0000 |
+++ provider/ec2/suite_test.go 2013-09-13 14:48:13 +0000 |
@@ -5,8 +5,9 @@ |
import ( |
"flag" |
+ "testing" |
+ |
gc "launchpad.net/gocheck" |
- "testing" |
) |
var amazon = flag.Bool("amazon", false, "Also run some tests on live Amazon servers") |