Suppress final failure which relies on line numbers.

This commit is contained in:
Mads Ager
2018-12-21 14:12:20 +01:00
committed by Mikhael Bogdanov
parent 3a11322506
commit 48bd99730d
2 changed files with 6 additions and 2 deletions
@@ -1,4 +1,3 @@
// IGNORE_BACKEND: JVM_IR
import kotlin.sequences.*
import kotlin.experimental.*
@@ -17,3 +16,6 @@ suspend fun SequenceScope<Int>.awaitSeq(): Int = 42
// 1 LOCALVARIABLE a I L19 L23 3
// 1 LINENUMBER 8 L19
// Adding ignore flags below the test since the test relies on line numbers.
// IGNORE_BACKEND: JVM_IR
+3 -1
View File
@@ -5,4 +5,6 @@ fun foo() {
else -> System.out?.println()
}
}
// 1 LINENUMBER 3
// 1 LINENUMBER 3
// Adding ignore flags below the test since the test relies on line numbers.
// IGNORE_BACKEND: JVM_IR