mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Java: Change the heuristic summary test tag to heuristic-summary.
This commit is contained in:
@@ -5,7 +5,7 @@ import utils.test.InlineMadTest
|
||||
module InlineMadTestConfig implements InlineMadTestConfigSig {
|
||||
string getCapturedModel(Callable c) { result = Heuristic::captureFlow(c) }
|
||||
|
||||
string getKind() { result = "summary" }
|
||||
string getKind() { result = "heuristic-summary" }
|
||||
}
|
||||
|
||||
import InlineMadTest<InlineMadTestConfig>
|
||||
|
||||
Reference in New Issue
Block a user