Skip to content

Commit bee9643

Browse files
authored
Remove file change portion of test (#2251)
1 parent a49363a commit bee9643

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

modules/integration/src/test/scala/scala/cli/integration/RunTestDefinitions.scala

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,11 +1478,6 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
14781478
expect(TestUtil.readLine(proc.stdout, ec, timeout) == "Run2 launched")
14791479

14801480
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)
14861481
}
14871482
finally
14881483
if (proc.isAlive()) {
@@ -1493,5 +1488,4 @@ abstract class RunTestDefinitions(val scalaVersionOpt: Option[String])
14931488
}
14941489
}
14951490
}
1496-
14971491
}

0 commit comments

Comments
 (0)