Provide kotlin.AssertionError in kotlin-stdlib-common

Remove related workarounds from kotlin-test-common
This commit is contained in:
Ilya Gorbunov
2017-03-24 21:32:33 +03:00
parent 5c0110850d
commit 609355a311
4 changed files with 7 additions and 29 deletions
@@ -11,7 +11,4 @@ class DefaultAsserter() : Asserter {
else
throw AssertionError(message)
}
}
header fun AssertionError(message: String): Throwable
header fun AssertionError(): Throwable
}