Skip to content

Commit

Permalink
Merge pull request #269 from ftsrg/code-reformat
Browse files Browse the repository at this point in the history
[AutoPR] Reformatted code
  • Loading branch information
mondokm authored Jun 21, 2024
2 parents f0de2e5 + bdaead3 commit c4e24fa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ class MultiNondetDiningPhilosophersTest {
RefToMultiPrec(cfaRefToPrec, cfaRefToPrec, ItpRefToExplPrec()),
RefToMultiPrec(cfaRefToPrec, cfaRefToPrec, ItpRefToExplPrec()), ItpRefToExplPrec(),
MultiPrec(cfaInitPrec, cfaInitPrec, dataInitPrec),
MultiPrec(cfaInitPrec, cfaInitPrec, dataInitPrec), dataInitPrec, Z3LegacySolverFactory.getInstance(), logger)
MultiPrec(cfaInitPrec, cfaInitPrec, dataInitPrec), dataInitPrec, Z3LegacySolverFactory.getInstance(),
logger)
val result = multiConfigBuilder.build().check()

Assertions.assertTrue(result.isUnsafe)
Expand Down

0 comments on commit c4e24fa

Please sign in to comment.