-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix compareCustom function in IrLineNumberTest class, to exclude comment
lines that are not related for line number verification. Unmute a test case should have been unmuted but shadowed by this bug.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,5 +8,5 @@ fun foo(i: Int = 1) { | |
|
||
inline fun bar(i: Int = 1) { | ||
} | ||
// IGNORE_BACKEND: JVM_IR | ||
|
||
// 2 3 13 14 4 7 6 10 9 15 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters