summaryrefslogtreecommitdiff
path: root/cs/test/Ice/slicing/exceptions/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/slicing/exceptions/Server.cs')
-rwxr-xr-xcs/test/Ice/slicing/exceptions/Server.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs/test/Ice/slicing/exceptions/Server.cs b/cs/test/Ice/slicing/exceptions/Server.cs
index 37980e22481..0274f0df698 100755
--- a/cs/test/Ice/slicing/exceptions/Server.cs
+++ b/cs/test/Ice/slicing/exceptions/Server.cs
@@ -34,7 +34,7 @@ public class Server
}
catch(Ice.LocalException ex)
{
- System.Console.Error.WriteLine(ex);
+ System.Console.Error.WriteLine(ex);
status = 1;
}