Skip to content

Commit 20eeb19

Browse files
committed
Fix build failure
1 parent 5c93e5a commit 20eeb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/test/Ice/ami/AllTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public bool SentSynchronously
5757

5858
public void Report(bool value)
5959
{
60-
SentSynchronously = sentSynchronously;
60+
SentSynchronously = value;
6161
Sent = true;
6262
}
6363

0 commit comments

Comments
 (0)