8000 Fix comment in test file · github/codeql@e67035f · GitHub
[go: up one dir, main page]

Skip to content

Commit e67035f

Browse files
committed
Fix comment in test file
1 parent e70cb1f commit e67035f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/query-tests/Nullness/Params.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class Params
66
{
77
public void M1(params string[] args)
88
{
9-
var l = args.Length; // FALSE POSITIVE
9+
var l = args.Length; // Good, true negative
1010
}
1111

1212
public void M2(params string[] args)

0 commit comments

Comments
 (0)
0