Skip to content

Commit

Permalink
Remove unused partest.TestKinds.isTestForPartest
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed May 13, 2018
1 parent d80a58a commit ad139f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/partest/scala/tools/partest/TestKinds.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ad139f2

Please sign in to comment.