Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3cba119c authored by Neil Fuller's avatar Neil Fuller Committed by android-build-merger
Browse files

Merge "Remove dependency on internal libcore method" am: c7ae7ca3

am: 953b53c2

Change-Id: I7858caa49bad40d0817883b547ced3cc83231abf
parents 1357c5a5 953b53c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,7 +32,6 @@ import android.provider.DocumentsContract.Document;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;

import libcore.io.IoUtils;
import libcore.io.Streams;

import com.google.android.collect.Sets;
@@ -79,7 +78,7 @@ public class FileUtilsTest {

    @After
    public void tearDown() throws Exception {
        IoUtils.deleteContents(mDir);
        FileUtils.deleteContents(mDir);
        FileUtils.deleteContents(mTarget);
    }