diff options
Diffstat (limited to 'csharp/test/TestCommon/TestHelper.cs')
-rw-r--r-- | csharp/test/TestCommon/TestHelper.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/TestCommon/TestHelper.cs b/csharp/test/TestCommon/TestHelper.cs index 076e8616d1b..cd28a2867cc 100644 --- a/csharp/test/TestCommon/TestHelper.cs +++ b/csharp/test/TestCommon/TestHelper.cs @@ -145,7 +145,7 @@ namespace Test { _controllerHelper.communicatorInitialized(communicator); } - return communicator; + return communicator; } public Ice.Communicator communicator() |