Skip to content

Commit

Permalink
Added todo for test rewriting
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrasnoff committed Oct 7, 2024
1 parent d8c5dcd commit d390d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/kotlin/com/compiler/server/ResourceE2ECompileTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ class ResourceE2ECompileTest : BaseResourceCompileTest {
""".trimIndent()
}

// TODO(Dmitrii Krasnov): this code ignores some of errors,
// it would be nice to rewrite it.
println("!!! file: ${file.path} not equals but it's random code")
}
} else {
Expand Down

0 comments on commit d390d2b

Please sign in to comment.