Loading java/dexpreopt_config_test.go +1 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ package java import ( "log" "runtime" "testing" Loading @@ -24,8 +23,7 @@ import ( func TestBootImageConfig(t *testing.T) { if runtime.GOOS != "linux" { log.Printf("Skipping as boot image config test is only supported on linux not %s", runtime.GOOS) return t.Skipf("Skipping as boot image config test is only supported on linux not %s", runtime.GOOS) } result := android.GroupFixturePreparers( Loading Loading
java/dexpreopt_config_test.go +1 −3 Original line number Diff line number Diff line Loading @@ -15,7 +15,6 @@ package java import ( "log" "runtime" "testing" Loading @@ -24,8 +23,7 @@ import ( func TestBootImageConfig(t *testing.T) { if runtime.GOOS != "linux" { log.Printf("Skipping as boot image config test is only supported on linux not %s", runtime.GOOS) return t.Skipf("Skipping as boot image config test is only supported on linux not %s", runtime.GOOS) } result := android.GroupFixturePreparers( Loading