Skip to content

Commit

Permalink
fix test failure due to semantic merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Feb 26, 2020
1 parent 5630398 commit 2ef554a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/files/run/type-tag-leak.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object Test extends Test {
def main(args: Array[String]): Unit = {
for (i <- 1 to 16) {
val settings = new scala.tools.nsc.Settings
settings.Xnojline.value = true
settings.Xjline.value = "off"
settings.usejavacp.value = true

val intp = new IMain(settings, new shell.ReplReporterImpl(settings, new PrintWriter(new StringWriter)))
Expand Down

0 comments on commit 2ef554a

Please sign in to comment.