Skip to content

Commit abd770a

Browse files
author
Benjamin Muskalla
committed
Avoid empty template in test generator
1 parent f9918cc commit abd770a

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

java/ql/src/utils/GenerateFlowTestCase.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,6 @@ def copyfile(fromName, toFileHandle):
212212
f.write(", ".join('"%s"' %
213213
modelSpecRow[0].strip() for modelSpecRow in supportModelRows))
214214
copyfile("testModelsFooter.qlfrag", f)
215-
copyfile("testFooter.qlfrag", f)
216215

217216
# Make an empty .expected file, since this is an inline-exectations test
218217
with open(os.path.join(sys.argv[3], "test.expected"), "w"):

java/ql/src/utils/testFooter.qlfrag

Whitespace-only changes.

0 commit comments

Comments
 (0)