Skip to content

Commit

Permalink
Edit some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmishenev committed Nov 29, 2024
1 parent 882d087 commit 41e758b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ class SampleMixedJvmAnalysisTest {
val secondClasslike = pckg.classlikes[1]
assertEquals("MyJavaFileInJava", secondClasslike.name)

// TODO #3250 address unstable order
val functions = pckg.functions.sortedBy { it.name }
val functions = pckg.functions
val firstFunction = functions[0]
assertEquals("bar", firstFunction.name)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,7 @@ class LinkTest : BaseAbstractTest() {
}
}
@Test
@OnlyDescriptors("due to #3250 a result DRI is unstable")
fun `K1 - link should be stable for overloads in different files`() {
fun `link should be stable for overloads in different files`() {
testInline(
"""
|/src/main/kotlin/Testing.kt
Expand Down

0 comments on commit 41e758b

Please sign in to comment.