Skip to content

Commit df77c7c

Browse files
committed
minor
1 parent b7f26b3 commit df77c7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ PHASAR_SKIP_TEST(TEST_F(IDEInstInteractionAnalysisTest, HandleRVOTest_01) {
647647
GroundTruth.emplace(
648648
std::tuple<std::string, size_t, std::string, BitVectorSet<std::string>>(
649649
"main", 16, "ref.tmp", {"66", "9", "6", "29", "72", "73", "71"}));
650-
doAnalysisAndCompareResults("rvo_01_cpp.ll", GroundTruth, true);
650+
doAnalysisAndCompareResults("rvo_01_cpp.ll", GroundTruth, false);
651651
})
652652

653653
TEST_F(IDEInstInteractionAnalysisTest, HandleStruct_01) {

0 commit comments

Comments
 (0)