Skip to content

Commit

Permalink
Align string to new content of file
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab authored Oct 1, 2024
1 parent d5c50c0 commit c620fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions itest/src/fix-3.5/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ def verify() =
val fixedScala = read(pwd / "project" / "src" / "Fix.scala")
val expected =
"""object Fix {
| // use a 3.5.x-only feature to fail if a Scala 3 LTS compiler is used
| // https://www.scala-lang.org/blog/2024/08/22/scala-3.5.0-released.html#support-for-binary-integer-literals
| // use a 3.5.x-only feature to fail if a Scala 3 LTS compiler is used
| // https://www.scala-lang.org/blog/2024/08/22/scala-3.5.0-released.html#support-for-binary-integer-literals
| def myComplexMethod: Map[Int, String] = 1.to(0B1010).map(i => i -> i.toString).toMap
|}
|""".stripMargin
Expand Down

0 comments on commit c620fe0

Please sign in to comment.