Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit eaad2ea

Browse files
committed
Remove ant from standard test kinds
1 parent ee93a37 commit eaad2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/tools/partest/TestKinds.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package partest
44
import nest.PathSettings.srcDir
55

66
object TestKinds {
7-
val standardKinds = ("pos neg run jvm res scalacheck scalap specialized instrumented presentation ant" split "\\s+").toList
7+
val standardKinds = ("pos neg run jvm res scalacheck scalap specialized instrumented presentation" split "\\s+").toList
88

99
def denotesTestFile(p: Path) = p.isFile && p.hasExtension("scala", "res", "xml")
1010
def denotesTestDir(p: Path) = kindOf(p) match {

0 commit comments

Comments
 (0)