Skip to content

Commit 23a743d

Browse files
committed
Fix compilation again
1 parent db00dd7 commit 23a743d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,7 @@ fun parseExceptionsFile(exceptionsDescriptionFile: File): ExpectedExceptionsForP
589589
class ProjectToEstimate(
590590
val name: String,
591591
val classFQNs: List<String>,
592+
val expectedExceptions: ExpectedExceptionsForProject,
592593
private val jars: List<File>,
593594
testCandidatesDir: File,
594595
unzippedJars: File

0 commit comments

Comments
 (0)