Skip to content

Commit 8fdd8d6

Browse files
authored
Adjust failing expectation in WUnused tests
1 parent ffa2682 commit 8fdd8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/neg-custom-args/fatal-warnings/i15503f.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Xd {
88
private def f2(a: Int) = 1 // OK
99
private def f3(a: Int)(using Int) = a // OK
1010
private def f4(a: Int)(using Int) = default_int // OK
11-
private def f6(a: Int)(using Int) = summon[Int] // error
11+
private def f6(a: Int)(using Int) = summon[Int] // OK
1212
private def f7(a: Int)(using Int) = summon[Int] + a // OK
1313
private def f8(a: Int)(using foo: Int) = a // error
1414
}

0 commit comments

Comments
 (0)