Skip to content

Commit b7a75ce

Browse files
committed
C#: Update expected output after right shift rename.
1 parent c76f03e commit b7a75ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csharp/ql/test/library-tests/csharp11/PrintAst.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Operators.cs:
614614
# 12| 1: [UnaryMinusExpr] -...
615615
# 12| 0: [IntLiteral] 4
616616
# 13| 5: [ExprStmt] ...;
617-
# 13| 0: [AssignUnsighedRightShiftExpr] ... >>>= ...
617+
# 13| 0: [AssignUnsignedRightShiftExpr] ... >>>= ...
618618
# 13| 0: [LocalVariableAccess] access to local variable z
619619
# 13| 1: [IntLiteral] 5
620620
# 17| [Class] MyOperatorClass

csharp/ql/test/library-tests/csharp11/operators.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ binarybitwise
22
| Operators.cs:7:18:7:25 | ... >>> ... | Operators.cs:7:18:7:19 | access to local variable x1 | Operators.cs:7:25:7:25 | 2 | >>> | UnsignedRightShiftExpr |
33
| Operators.cs:10:18:10:25 | ... >>> ... | Operators.cs:10:18:10:19 | access to local variable y1 | Operators.cs:10:25:10:25 | 3 | >>> | UnsignedRightShiftExpr |
44
assignbitwise
5-
| Operators.cs:13:9:13:16 | ... >>>= ... | Operators.cs:13:9:13:9 | access to local variable z | Operators.cs:13:16:13:16 | 5 | >>>= | AssignUnsighedRightShiftExpr |
5+
| Operators.cs:13:9:13:16 | ... >>>= ... | Operators.cs:13:9:13:9 | access to local variable z | Operators.cs:13:16:13:16 | 5 | >>>= | AssignUnsignedRightShiftExpr |
66
userdefined
77
| Operators.cs:19:44:19:46 | >>> | op_UnsignedRightShift | UnsignedRightShiftOperator |

0 commit comments

Comments
 (0)