aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/java/com/google/devtools/build/lib/testutil
diff options
context:
space:
mode:
authorGravatar Ulf Adams <ulfjack@google.com>2015-04-24 15:15:12 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-04-27 18:46:48 +0000
commit7b621651b8ce06669fbeab52659ff1336bc99245 (patch)
treefa7a9cbc456fed3e8248d145712cc29bf47042bf /src/test/java/com/google/devtools/build/lib/testutil
parent7c8707f97545c28794ae092dddfdac7b096510c7 (diff)
Inline FoundationTestCase.dir.
-- MOS_MIGRATED_REVID=91983663
Diffstat (limited to 'src/test/java/com/google/devtools/build/lib/testutil')
-rw-r--r--src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java b/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java
index 262f9da433..c5e423b9f4 100644
--- a/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java
+++ b/src/test/java/com/google/devtools/build/lib/testutil/FoundationTestCase.java
@@ -150,14 +150,6 @@ public abstract class FoundationTestCase extends TestCase {
}
/**
- * Create a scratch directory in the scratch filesystem, with the given pathName. The method
- * returns a Path instance for the scratch directory.
- */
- protected Path scratchDir(String pathName) throws IOException {
- return scratch.dir(pathName);
- }
-
- /**
* Like {@code scratchFile}, but the file is first deleted if it already
* exists.
*/