Skip to content

Commit 506ed74

Browse files
committed
C#: Change test file.
1 parent 5ffc7ca commit 506ed74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/test/query-tests/Bad Practices/Control-Flow/ConstantCondition/ConstantConditionBad.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ class Bad
22
{
33
public int Max(int a, int b)
44
{
5-
return a > a ? a : b; // $ Alert
5+
return a > a ? a : b; /* Alert
66
}
77
}

0 commit comments

Comments
 (0)