Run gofmt

This commit is contained in:
Abhishek Chanda
2015-10-26 19:24:37 +00:00
parent 3058ae8128
commit c70d85d7e9

View File

@@ -14,7 +14,7 @@ func ExecCompatible(t *testing.T) {
}
func QemuCompatible(t *testing.T) {
if runtime.GOOS == "windows" {
if runtime.GOOS == "windows" {
t.Skip("Must be on non-windows environments to run test")
}
// else see if qemu exists