Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sritejakv committed Feb 14, 2024
1 parent 479646f commit 61afaa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ TEST_F(IDETaintAnalysisTest, XTaint09_1) {
TEST_F(IDETaintAnalysisTest, XTaint09) {
map<int, set<string>> Gt;

Gt[25] = {"24"};
Gt[34] = {"33"};

doAnalysis({PathToLLFiles + "xtaint09_cpp.ll"}, Gt, std::monostate{});
}
Expand Down

0 comments on commit 61afaa1

Please sign in to comment.