We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 436a87d commit e360d20Copy full SHA for e360d20
Assignment-3/test.cpp
@@ -132,11 +132,6 @@ void TestTaint(std::vector<std::string>& moduleNameVec) {
132
assert(taint->getPaths() == expected && " \n wrong paths generated - test1 failed !");
133
cout << "\n test1 passed !" << endl;
134
}
135
- else if (moduleName == "test4.ll") {
136
- set<string> expected = {"START->6->1->5->2->7->8->9->10->11->13->14->END"};
137
- assert(taint->getPaths() == expected && " \n wrong paths generated - test4 failed !");
138
- cout << "\n test2 passed !" << endl;
139
- }
140
SVF::SVFIR::releaseSVFIR();
141
SVF::LLVMModuleSet::releaseLLVMModuleSet();
142
0 commit comments