mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
Fix test case generation when no auxiliary support functions are required
This commit is contained in:
5
java/ql/src/utils/testModelsHeader.qlfrag
Normal file
5
java/ql/src/utils/testModelsHeader.qlfrag
Normal file
@@ -0,0 +1,5 @@
|
||||
class SummaryModelTest extends SummaryModelCsv {
|
||||
override predicate row(string row) {
|
||||
row =
|
||||
[
|
||||
//"package;type;overrides;name;signature;ext;inputspec;outputspec;kind",
|
||||
Reference in New Issue
Block a user