diff --git a/plugins/ByteCodeViewer/test/com/intellij/byteCodeViewer/BytecodeLineMappingTest.kt b/plugins/ByteCodeViewer/test/com/intellij/byteCodeViewer/BytecodeLineMappingTest.kt index f8f445777d59..f1c76e50c6eb 100644 --- a/plugins/ByteCodeViewer/test/com/intellij/byteCodeViewer/BytecodeLineMappingTest.kt +++ b/plugins/ByteCodeViewer/test/com/intellij/byteCodeViewer/BytecodeLineMappingTest.kt @@ -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;