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-12-03 22:15:33 +0400
committerMarek Safar <marek.safar@gmail.com>2012-12-03 22:16:04 +0400
commit2f173837ea752ad7af17e5efa8ed2287fb30dd69 (patch)
tree690c8605a11f9fe8d8c8e1e990e5bc62f344f5e2 /mcs/tests/test-704.cs
parenta35bd3504bc4086777aece12fee16f4ac0a1fea3 (diff)
Update tests
Diffstat (limited to 'mcs/tests/test-704.cs')
-rw-r--r--mcs/tests/test-704.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/tests/test-704.cs b/mcs/tests/test-704.cs
index 4f6f60c6519..a45295e052b 100644
--- a/mcs/tests/test-704.cs
+++ b/mcs/tests/test-704.cs
@@ -20,7 +20,7 @@ namespace NObjective
Console.WriteLine (TypedReference.ToObject (iter.GetNextArg ()));
}
- unsafe public static Main (string[] args)
+ unsafe public static void Main (string[] args)
{
ArglistMethod (__arglist (1, 2, 3));
}