From fb74182f73897f2873c3a3fdc680f3e6608ea2de Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Wed, 25 Jun 2025 11:16:05 +0200 Subject: [PATCH] [ByteCodeViewer] Remove outdated FIXME comments GitOrigin-RevId: 78ce1360e37c917362c9374fd196ee8508cbb7c9 --- .../test/com/intellij/byteCodeViewer/BytecodeLineMappingTest.kt | 2 -- 1 file changed, 2 deletions(-) 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;