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,7 @@
// WITH_RUNTIME
fun foo() {
val x = true
if <caret>(x && false) {
throw AssertionError("text")
}
}