Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2012-09-14 17:15:43 +0400
committerMarek Safar <marek.safar@gmail.com>2012-09-14 17:15:43 +0400
commit67f6893e975d9bddcc5533cf6a5da4f7cffe9ea1 (patch)
tree2593a141d6764ed9b39d8918f7a3fe00cb87df3a /mcs/tests/test-853.cs
parentf7b665e1aad4259cf2d219f3740d9fdee8a48a05 (diff)
Force crlf for crlf test
Diffstat (limited to 'mcs/tests/test-853.cs')
-rw-r--r--mcs/tests/test-853.cs28
1 files changed, 14 insertions, 14 deletions
diff --git a/mcs/tests/test-853.cs b/mcs/tests/test-853.cs
index 71faf5370a1..3be25704dfe 100644
--- a/mcs/tests/test-853.cs
+++ b/mcs/tests/test-853.cs
@@ -1,15 +1,15 @@
-using System;
-
-class Program
-{
- static int Main ()
- {
-string s = @"a
-
-";
- if (s.Length != 5)
- return 1;
-
- return 0;
- }
+using System;
+
+class Program
+{
+ static int Main ()
+ {
+string s = @"a
+
+";
+ if (s.Length != 5)
+ return 1;
+
+ return 0;
+ }
} \ No newline at end of file