diff --git a/ql/src/Debug/partial.ql b/ql/src/Debug/partial.ql index c1578220b6b..cb8ba7873d8 100644 --- a/ql/src/Debug/partial.ql +++ b/ql/src/Debug/partial.ql @@ -18,9 +18,7 @@ import PartialFlow::PartialPathGraph private module MyConfig implements DataFlow::ConfigSig { predicate isSource(DataFlow::Node source) { source instanceof RemoteFlowSource and - //source.getLocation().getFile().getBaseName() = "non-existant-test.yml" - source.getLocation().getFile().getBaseName() = "test16.yml" and - source.getLocation().getStartLine() = 125 + source.getLocation().getFile().getBaseName() = "non-existant-test.yml" } predicate isSink(DataFlow::Node sink) { none() }