Skip to content

Commit

Permalink
Backport "Exclude test file that fails on Scala.js + JVM 8" to LTS (#…
Browse files Browse the repository at this point in the history
…20679)

Backports #18600 to the LTS branch.

PR submitted by the release tooling.
[skip ci]
  • Loading branch information
WojciechMazur authored Jun 20, 2024
2 parents 2b9c38e + 03dd12b commit c12852d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/run/StringConcat.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// scalajs: --skip

// Under JVM 8,
// this sometimes blows a StackOverflowError
// in PrepJSInterop

@main def Test() = {

// This should generally obey 15.18.1. of the JLS (String Concatenation Operator +)
Expand Down

0 comments on commit c12852d

Please sign in to comment.