C++/C#/Java/Rust: Fixup tests.

This commit is contained in:
Mathias Vorreiter Pedersen
2025-05-02 16:52:05 +01:00
parent 37bc2bf5b3
commit bce5f2539f
8 changed files with 10 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ import SummaryModels
import utils.test.InlineMadTest
module InlineMadTestConfig implements InlineMadTestConfigSig {
string getCapturedModel(Callable c) { result = ContentSensitive::captureFlow(c, _, _) }
string getCapturedModel(Callable c) { result = ContentSensitive::captureFlow(c, _, _, _, _) }
string getKind() { result = "contentbased-summary" }
}