mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
C++/C#/Java/Rust: Fixup tests.
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user