Skip to content

Commit 7236da1

Browse files
committed
works
1 parent 20187d4 commit 7236da1

File tree

5 files changed

+75
-36
lines changed

5 files changed

+75
-36
lines changed

csharp/ql/test/TestUtilities/InlineFlowTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ private import internal.InlineExpectationsTestImpl
1313
private module FlowTestImpl implements InputSig<Location, CsharpDataFlow> {
1414
predicate defaultSource(DataFlow::Node source) {
1515
source.asExpr().(MethodCall).getTarget().getUndecoratedName() = ["Source", "Taint"] //and
16-
// source.getLocation().getStartLine() = 23 and
16+
// source.getLocation().getStartLine() = 22 //and
1717
// source.getLocation().getFile().getBaseName() = "G.cs"
1818
}
1919

0 commit comments

Comments
 (0)