File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
ruby/ql/test/library-tests/dataflow Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ // This test flags any difference in flow between the type-tracking and dataflow
2
+ // libraries. New results in this query do not necessarily indicate a problem,
3
+ // only that type-tracking cannot follow the flow in your test. If the dataflow
4
+ // test (`array-flow.ql`) shows no failures, then that may be sufficient
5
+ // (depending on your use case).
1
6
import TestUtilities.InlineTypeTrackingFlowTest
Original file line number Diff line number Diff line change
1
+ // This test flags any difference in flow between the type-tracking and dataflow
2
+ // libraries. New results in this query do not necessarily indicate a problem,
3
+ // only that type-tracking cannot follow the flow in your test. If the dataflow
4
+ // test (`hash-flow.ql`) shows no failures, then that may be sufficient
5
+ // (depending on your use case).
1
6
import TestUtilities.InlineTypeTrackingFlowTest
You can’t perform that action at this time.
0 commit comments