Skip to content

Commit f590d25

Browse files
committed
DataFlow: Fix test.
1 parent c8a6798 commit f590d25

File tree

1 file changed

+0
-4
lines changed
  • java/ql/test/library-tests/dataflow/state

1 file changed

+0
-4
lines changed

java/ql/test/library-tests/dataflow/state/test.ql

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ import semmle.code.java.dataflow.DataFlow
33
import TestUtilities.InlineExpectationsTest
44
import DataFlow
55

6-
class TestState extends FlowState {
7-
TestState() { src(_, this) or sink(_, this) or step(_, _, this, _) or step(_, _, _, this) }
8-
}
9-
106
predicate src(Node n, string s) {
117
exists(MethodAccess ma |
128
n.asExpr() = ma and

0 commit comments

Comments
 (0)