File tree Expand file tree Collapse file tree 3 files changed +1
-43
lines changed
Expand file tree Collapse file tree 3 files changed +1
-43
lines changed Original file line number Diff line number Diff 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
218217with open (os .path .join (sys .argv [3 ], "test.expected" ), "w" ):
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import java
2- import semmle.code.java.dataflow.DataFlow
3- import semmle.code.java.dataflow.ExternalFlow
4- import semmle.code.java.dataflow.TaintTracking
5- import TestUtilities.InlineExpectationsTest
2+ import TestUtilities.InlineFlowTest
You can’t perform that action at this time.
0 commit comments