Skip to content

Commit 31a725a

Browse files
author
StefanoDalMas
committed
yices2 on CI
Signed-off-by: StefanoDalMas <[email protected]>
1 parent 843cdd8 commit 31a725a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dartagnan/src/test/java/com/dat3m/dartagnan/asm/armv8/progress64/AsmProgress64Armv8Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private SolverContext mkCtx() throws InvalidConfigurationException {
7070
cfg,
7171
BasicLogManager.create(cfg),
7272
ShutdownManager.create().getNotifier(),
73-
SolverContextFactory.Solvers.Z3);
73+
SolverContextFactory.Solvers.YICES2);
7474
}
7575

7676
private ProverWithTracker mkProver(SolverContext ctx) {

0 commit comments

Comments
 (0)