Skip to content

Commit 8e7e6c4

Browse files
committed
Java: Update FlowTestCase generator with provenance wildcard.
1 parent 2e46e93 commit 8e7e6c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/src/utils/flowtestcasegenerator/FlowTestCase.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ private newtype TTestCase =
6464
string inputSpec, string outputSpec
6565
|
6666
any(TargetSummaryModelCsv tsmc).row(row) and
67-
summaryModel(namespace, type, subtypes, name, signature, ext, inputSpec, outputSpec, kind,
68-
false, row) and
67+
summaryModel(namespace, type, subtypes, name, signature, ext, inputSpec, outputSpec, kind, _,
68+
row) and
6969
callable = interpretElement(namespace, type, subtypes, name, signature, ext) and
7070
Private::External::interpretSpec(inputSpec, input) and
7171
Private::External::interpretSpec(outputSpec, output)

0 commit comments

Comments
 (0)