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,8 @@
// WITH_RUNTIME
fun foo() {
if <caret>(true) {
throw AssertionError("text")
}
}
fun assert(x: Boolean, y: Any) {}