summaryrefslogtreecommitdiff
path: root/csharp/test/Ice/scope/Client.cs
diff options
context:
space:
mode:
Diffstat (limited to 'csharp/test/Ice/scope/Client.cs')
-rw-r--r--csharp/test/Ice/scope/Client.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/test/Ice/scope/Client.cs b/csharp/test/Ice/scope/Client.cs
index 0a8dca18acd..ad10e08f7ed 100644
--- a/csharp/test/Ice/scope/Client.cs
+++ b/csharp/test/Ice/scope/Client.cs
@@ -18,7 +18,7 @@ namespace Ice
using(var communicator = initialize(initData))
{
var output = getWriter();
- output.Write("test same Slice type name in different scopes... ");
+ output.Write("test using same type name in different Slice modules... ");
output.Flush();
AllTests.allTests(this);
output.WriteLine("ok");