Renamed test data dirs

This commit is contained in:
Valentin Kipyatkov
2015-05-05 17:21:26 +03:00
parent f73c4b296e
commit 74cdd39ac9
40 changed files with 31 additions and 31 deletions
@@ -0,0 +1,9 @@
// IS_APPLICABLE: false
// WITH_RUNTIME
fun foo() {
if <caret>(1 == 0) {
throw AssertionError("text")
}
}
class AssertionError(x: String): Exception(x) {}