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