Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2a568be17b8f4a9af8f61b27d156c07d37c12fdc
/
.
/
plugins
/
power-assert
/
testData
/
codegen
/
CheckCustomMessage.kt
blob: 141bcbc500d42efffc7ef75984a65b4976430ce4 [
file
]
// FUNCTION: kotlin.check
fun box
()
=
expectThrowableMessage
{
check
(
1
==
2
)
{
"the world is broken"
}
}