diff --git a/src/partest/scala/tools/partest/TestKinds.scala b/src/partest/scala/tools/partest/TestKinds.scala index 8a7150173643..fc822f7fd1d9 100644 --- a/src/partest/scala/tools/partest/TestKinds.scala +++ b/src/partest/scala/tools/partest/TestKinds.scala @@ -13,12 +13,6 @@ object TestKinds { } def denotesTestPath(p: Path) = denotesTestDir(p) || denotesTestFile(p) - // TODO - def isTestForPartest(p: Path) = ( - (p.name == "intentional-failure.scala") - || (p.path contains "test-for-partest") - ) - def kindOf(p: Path) = { p.toAbsolute.segments takeRight 2 head