mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[ByteCodeViewer] Remove outdated FIXME comments
GitOrigin-RevId: 78ce1360e37c917362c9374fd196ee8508cbb7c9
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user