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:
authorRaja R Harinath <harinath@hurrynot.org>2005-06-27 14:14:07 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-06-27 14:14:07 +0400
commit975878038497889d3d02007cff0c5f78bb4f3c3c (patch)
tree896c78fdef82393fd957b8d39ddc749c7cdaa349 /mcs/tests/test-378.cs
parentf4797b3570d9dee4d6356102b9fb5ef8ee59d2b3 (diff)
svn:eol-style=native
svn path=/trunk/mcs/; revision=46545
Diffstat (limited to 'mcs/tests/test-378.cs')
-rw-r--r--mcs/tests/test-378.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/mcs/tests/test-378.cs b/mcs/tests/test-378.cs
index 62ccaa23a8a..ae1c77e5ea0 100644
--- a/mcs/tests/test-378.cs
+++ b/mcs/tests/test-378.cs
@@ -4,9 +4,8 @@ public unsafe struct Foo
{
public Foo *foo;
}
-
-public class C
-{
- public static void Main () {}
-}
+public class C
+{
+ public static void Main () {}
+}