Skip to content

Commit 0ebf73b

Browse files
committed
Merge branch 'development' of github.com:pdschubert/phasar into development
2 parents 3967521 + 6306f18 commit 0ebf73b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

unittests/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDELinearConstantAnalysisTest.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -506,11 +506,11 @@ TEST_F(IDELinearConstantAnalysisTest, HandleGlobalsTest_02) {
506506
GroundTruth.emplace("main", 4, "g", 10);
507507
GroundTruth.emplace("main", 4, "i", 10);
508508
GroundTruth.emplace("main", 5, "g", 10);
509-
GroundTruth.emplace("main", 5, "i", -20);
510-
GroundTruth.emplace("main", 6, "g", -20);
511-
GroundTruth.emplace("main", 6, "i", -20);
512-
GroundTruth.emplace("main", 7, "g", -20);
513-
GroundTruth.emplace("main", 7, "i", -20);
509+
GroundTruth.emplace("main", 5, "i", -10);
510+
GroundTruth.emplace("main", 6, "g", -10);
511+
GroundTruth.emplace("main", 6, "i", -10);
512+
GroundTruth.emplace("main", 7, "g", -10);
513+
GroundTruth.emplace("main", 7, "i", -10);
514514
compareResults(Results, GroundTruth);
515515
}
516516

0 commit comments

Comments
 (0)