Skip to content

Commit 539a06d

Browse files
committed
C#: Re-factor the heuristic summary test to use heuristic-summary tag in tests.
1 parent da99c75 commit 539a06d

File tree

2 files changed

+87
-87
lines changed

2 files changed

+87
-87
lines changed

csharp/ql/test/utils/modelgenerator/dataflow/CaptureHeuristicSummaryModels.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import utils.test.InlineMadTest
55
module InlineMadTestConfig implements InlineMadTestConfigSig {
66
string getCapturedModel(Callable c) { result = Heuristic::captureFlow(c) }
77

8-
string getKind() { result = "summary" }
8+
string getKind() { result = "heuristic-summary" }
99
}
1010

1111
import InlineMadTest<InlineMadTestConfig>

0 commit comments

Comments
 (0)