diff options
Diffstat (limited to 'android/path_properties_test.go')
-rw-r--r-- | android/path_properties_test.go | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/android/path_properties_test.go b/android/path_properties_test.go index fa187fa6f..e98c1365b 100644 --- a/android/path_properties_test.go +++ b/android/path_properties_test.go @@ -15,8 +15,6 @@ package android import ( - "io/ioutil" - "os" "reflect" "testing" ) @@ -85,12 +83,6 @@ func TestPathDepsMutator(t *testing.T) { }, } - buildDir, err := ioutil.TempDir("", "soong_path_properties_test") - if err != nil { - t.Fatal(err) - } - defer os.RemoveAll(buildDir) - for _, test := range tests { t.Run(test.name, func(t *testing.T) { config := TestArchConfig(buildDir, nil) |