Update java/ql/src/utils/flowtestcasegenerator/GenerateFlowTestCase.qll

Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
Michael Nebel
2022-12-02 09:47:28 +01:00
committed by GitHub
parent 01307e1255
commit 73b171eb2b

View File

@@ -13,7 +13,7 @@ private import FlowTestCaseSupportMethods
private import FlowTestCaseUtils private import FlowTestCaseUtils
/** /**
* Gets a CSV row for which a test has been requested, and where there exist a summary, but * Gets a CSV row for which a test has been requested, and where there exists a summary, but
* nonetheless we can't generate a test case for it, indicating we cannot resolve either the callable * nonetheless we can't generate a test case for it, indicating we cannot resolve either the callable
* spec or an input or output spec. * spec or an input or output spec.
*/ */