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
+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