Skip to content

Commit

Permalink
Exclude test file that fails on Scala.js + JVM 8 (#18600)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand authored Sep 26, 2023
2 parents 63eb5e4 + 5264c47 commit 3e33f60
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 3e33f60

Please sign in to comment.