Skip to content

Commit

Permalink
Minor fix on NumericAnalysesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
olivieriluca committed Jan 10, 2024
1 parent ebda88b commit db23e87
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
import it.unive.lisa.analysis.numeric.Pentagons;
import it.unive.lisa.analysis.numeric.Sign;
import it.unive.lisa.conf.LiSAConfiguration.DescendingPhaseType;

import org.junit.Test;

public class NumericAnalysesTest extends AnalysisTestExecutor {
Expand Down Expand Up @@ -102,7 +103,7 @@ public void testPentagons() {
DefaultConfiguration.defaultTypeDomain());
conf.testDir = "numeric";
conf.testSubDir = "pentagons";
conf.programFile = "numeric.imp";
conf.programFile = "pentagons.imp";
perform(conf);
}
}

0 comments on commit db23e87

Please sign in to comment.