Skip to content

Commit

Permalink
Enable more tests for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Apr 19, 2021
1 parent 0300ea6 commit 4fcb1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/shared/src/test/scala/munit/ClueSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ClueSuite extends BaseSuite {

// Disabled on Dotty because the starting position doesn't include opening "("
check(
"lambda".tag(NoDotty),
"lambda",
{ (y: String) => y.head },
"(y: String) => y.head"
)
Expand Down Expand Up @@ -83,7 +83,7 @@ class ClueSuite extends BaseSuite {
clues: Clues,
expected: String
)(implicit loc: Location): Unit = {
test(options.tag(NoDotty)) {
test(options) {
val obtained = munitPrint(clues)
assertNoDiff(obtained, expected)
}
Expand Down

0 comments on commit 4fcb1c6

Please sign in to comment.