Skip to content

Commit b74f3c8

Browse files
committed
Remove non-relevant TODO
1 parent ae1cdcf commit b74f3c8

File tree

1 file changed

+0
-2
lines changed
  • utbot-junit-contest/src/main/kotlin/org/utbot/contest

1 file changed

+0
-2
lines changed

utbot-junit-contest/src/main/kotlin/org/utbot/contest/Contest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ internal fun File.toUrl(): URL = toURI().toURL()
494494

495495
internal fun testMethodName(name: String, num: Int): String = "test${name.capitalize()}$num"
496496

497-
// TODO usvm-sbft: does SBFT allow to generate tests for private methods and constructors
498-
// If no, add more filtering here
499497
internal val Method.isVisibleFromGeneratedTest: Boolean
500498
get() = (this.modifiers and Modifier.ABSTRACT) == 0
501499
&& (this.modifiers and Modifier.NATIVE) == 0

0 commit comments

Comments
 (0)