Skip to content

Commit

Permalink
Fixed warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
c committed Dec 9, 2024
1 parent 2bdd1da commit 55b3c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/shared/src/test/scala/Util.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ object Util {
f()
false
} catch {
case t: T => true
case t: Throwable => true
case _ => false
}
})
Expand Down

0 comments on commit 55b3c00

Please sign in to comment.