Suppress final failure which relies on line numbers.
This commit is contained in:
committed by
Mikhael Bogdanov
parent
3a11322506
commit
48bd99730d
+3
-1
@@ -1,4 +1,3 @@
|
|||||||
// IGNORE_BACKEND: JVM_IR
|
|
||||||
import kotlin.sequences.*
|
import kotlin.sequences.*
|
||||||
import kotlin.experimental.*
|
import kotlin.experimental.*
|
||||||
|
|
||||||
@@ -17,3 +16,6 @@ suspend fun SequenceScope<Int>.awaitSeq(): Int = 42
|
|||||||
|
|
||||||
// 1 LOCALVARIABLE a I L19 L23 3
|
// 1 LOCALVARIABLE a I L19 L23 3
|
||||||
// 1 LINENUMBER 8 L19
|
// 1 LINENUMBER 8 L19
|
||||||
|
// Adding ignore flags below the test since the test relies on line numbers.
|
||||||
|
// IGNORE_BACKEND: JVM_IR
|
||||||
|
|
||||||
|
|||||||
@@ -5,4 +5,6 @@ fun foo() {
|
|||||||
else -> System.out?.println()
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user