Skip to content

Commit

Permalink
Exclude test file that fails on Scala.js + JVM 8
Browse files Browse the repository at this point in the history
[Cherry-picked 5264c47]
  • Loading branch information
dwijnand authored and WojciechMazur committed Jun 19, 2024
1 parent bbdae20 commit b190627
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 b190627

Please sign in to comment.