Revert "Switch off logging for failing IrBlackBox tests"

This reverts commit d23964034b.
This commit is contained in:
Georgy Bronnikov
2018-11-28 00:00:13 +03:00
parent 6590497b8d
commit 1a529bd601
26 changed files with 95 additions and 162 deletions
@@ -25,7 +25,7 @@ class Java9CodegenTest : AbstractBlackBoxCodegenTest() {
override fun getPrefix(): String = "java9/box"
override fun blackBox(reportFailures: Boolean) {
override fun blackBox() {
val tmpdir = KotlinTestUtils.tmpDirForTest(this)
generateClassesInFile().writeAll(tmpdir, null)
@@ -49,6 +49,6 @@ class Java9CodegenTest : AbstractBlackBoxCodegenTest() {
fun testVarHandle() {
loadFile()
blackBox(true)
blackBox()
}
}