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 a49363a commit bee9643Copy full SHA for bee9643
modules/integration/src/test/scala/scala/cli/integration/RunTestDefinitions.scala
@@ -1478,11 +1478,6 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
1478
expect(TestUtil.readLine(proc.stdout, ec, timeout) == "Run2 launched")
1479
1480
analyzeRunOutput( /* restart */ false)
1481
- os.write.append(root / fileName, "\n//comment")
1482
-
1483
- answerInteractivePrompt(0)
1484
- expect(TestUtil.readLine(proc.stdout, ec, timeout) == "Run1 launched")
1485
- analyzeRunOutput( /* restart */ false)
1486
}
1487
finally
1488
if (proc.isAlive()) {
@@ -1493,5 +1488,4 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
1493
1494
1489
1495
1490
1496
1497
1491
0 commit comments