Python: Clean up NormalDataflowTest.qll

This commit is contained in:
Rasmus Wriedt Larsen
2022-02-18 13:35:08 +01:00
parent 67ca14876a
commit c5b6fb37b7

View File

@@ -11,10 +11,6 @@ class DataFlowTest extends FlowTest {
override predicate relevantFlow(DataFlow::Node source, DataFlow::Node sink) {
exists(TestConfiguration cfg | cfg.hasFlow(source, sink))
}
override predicate hasActualResult(Location location, string element, string tag, string value) {
super.hasActualResult(location, element, tag, value)
}
}
query predicate missingAnnotationOnSINK(Location location, string error, string element) {