Don't mess up with configuring project descriptors in PullPush tests

This commit fixes tests in 173 branch.
This commit is contained in:
Nikolay Krasko
2017-11-24 21:55:32 +03:00
parent 6a9317fc57
commit 1bc8ad7852
7 changed files with 14 additions and 30 deletions
@@ -1,8 +1,8 @@
// WITH_RUNTIME
abstract class <caret>B(
// INFO: {"checked": "true"}
val n: Int,
// INFO: {"checked": "true"}
val s: String,
val b: Boolean
// INFO: {"checked": "true"}
val n: Int,
// INFO: {"checked": "true"}
val s: String,
val b: Boolean
): A()