Update test data, unmute test

Now behavior is the same as in OI for these cases.
 The behavior was changed in 100a6f70ca
This commit is contained in:
Mikhail Zarechenskiy
2020-07-17 07:46:55 +03:00
parent a05681001f
commit a6e58edfb9
3 changed files with 3 additions and 4 deletions
@@ -1,7 +1,7 @@
// COMPILER_ARGUMENTS: -XXLanguage:+NewInference
// WITH_RUNTIME
@Throws(Exception::class)
@Throws(Throwable::class)
fun a(b: Boolean) {
throw if (b) RuntimeException() else Exception()
}