We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c93e5a commit 20eeb19Copy full SHA for 20eeb19
csharp/test/Ice/ami/AllTests.cs
@@ -57,7 +57,7 @@ public bool SentSynchronously
57
58
public void Report(bool value)
59
{
60
- SentSynchronously = sentSynchronously;
+ SentSynchronously = value;
61
Sent = true;
62
}
63
0 commit comments