[ByteCodeViewer] Remove outdated FIXME comments

GitOrigin-RevId: 78ce1360e37c917362c9374fd196ee8508cbb7c9
This commit is contained in:
Bartek Pacia
2025-06-25 12:58:05 +00:00
committed by intellij-monorepo-bot
parent e255e8d0d0
commit fb74182f73
@@ -327,7 +327,6 @@ class BytecodeLineMappingTest : BasePlatformTestCase() {
)
}
// FIXME: Figure out why it fails (only in tests). Works in IDE.
fun `test simple 2 - single field selected`() {
val source = """
package simple2;
@@ -454,7 +453,6 @@ class BytecodeLineMappingTest : BasePlatformTestCase() {
)
}
// FIXME: Figure out why it fails (only in tests). Works in IDE.
fun `test simple 2 method body - two lines selected`() {
val source = """
package simple2;