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>2009-10-14 19:21:47 +0400
committerMarek Safar <marek.safar@gmail.com>2009-10-14 19:21:47 +0400
commitfea6dc9d1925719d3368cb33466f48b3bd821c9e (patch)
tree9beb9705ccb5995725d722152f6495cfcfc0fc8e /mcs/tests/gtest-305.cs
parentbdd0e08251866f942724d4a35c9ce68ce88188e5 (diff)
New test.
svn path=/trunk/mcs/; revision=144110
Diffstat (limited to 'mcs/tests/gtest-305.cs')
-rw-r--r--mcs/tests/gtest-305.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/tests/gtest-305.cs b/mcs/tests/gtest-305.cs
index fde47d2beb9..b9f5cc62b0d 100644
--- a/mcs/tests/gtest-305.cs
+++ b/mcs/tests/gtest-305.cs
@@ -1,4 +1,4 @@
-// No array static/dynamic initilizers should be produced in this test
+// No array static/dynamic initializers should be produced in this test
using System;
using System.Reflection;
@@ -26,4 +26,4 @@ class T
return 0;
}
-} \ No newline at end of file
+}