Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zuevmaxim committed Nov 16, 2020
1 parent dbdbab8 commit b94a05d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ val ExecutionResult.withEmptyClocks: ExecutionResult get() = ExecutionResult(
this.parallelResultsWithClock.map { it.withEmptyClock() },
this.afterParallelStateRepresentation,
this.postResults,
this.afterPostStateRepresentation,
this.crashes
this.afterPostStateRepresentation
)

val ExecutionResult.withoutCrashes: ExecutionResult get() = if (crashes.isEmpty()) this else copy(crashes = emptyList())
Expand Down

0 comments on commit b94a05d

Please sign in to comment.