Skip to content

Commit 5264c47

Browse files
committed
Exclude test file that fails on Scala.js + JVM 8
1 parent 1637282 commit 5264c47

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/run/StringConcat.scala

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
// scalajs: --skip
2+
3+
// Under JVM 8,
4+
// this sometimes blows a StackOverflowError
5+
// in PrepJSInterop
6+
17
@main def Test() = {
28

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

0 commit comments

Comments
 (0)