summaryrefslogtreecommitdiff
path: root/cs/test/Ice/slicing/objects/Server.cs
diff options
context:
space:
mode:
Diffstat (limited to 'cs/test/Ice/slicing/objects/Server.cs')
-rwxr-xr-xcs/test/Ice/slicing/objects/Server.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/cs/test/Ice/slicing/objects/Server.cs b/cs/test/Ice/slicing/objects/Server.cs
index 0d066363375..733947ba4e6 100755
--- a/cs/test/Ice/slicing/objects/Server.cs
+++ b/cs/test/Ice/slicing/objects/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;
}
@@ -46,7 +46,7 @@ public class Server
}
catch(Ice.LocalException ex)
{
- System.Console.Error.WriteLine(ex);
+ System.Console.Error.WriteLine(ex);
status = 1;
}
}