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

Commit 3a6c71c1 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

am: 3cba119c

Change-Id: I0a025d5ad52162ac4002a73e9894128658844853
parents 39af968a 3cba119c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -48,7 +48,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;
@@ -95,7 +94,7 @@ public class FileUtilsTest {

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