We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32819e2 commit 46b3253Copy full SHA for 46b3253
test/test/CompilerTest.scala
@@ -228,7 +228,7 @@ abstract class CompilerTest {
228
229
private def expectedErrors(filePath: String): List[ErrorsInFile] = expectedErrors(List(filePath))
230
231
- private def isNegTest(testPath: String) = testPath.contains(JFile.separator + "neg" + JFile.separator)
+ private def isNegTest(testPath: String) = testPath.contains("/neg/")
232
233
private def compileArgs(args: Array[String], expectedErrorsPerFile: List[ErrorsInFile])
234
(implicit defaultOptions: List[String]): Unit = {
0 commit comments