Sfoglia il codice sorgente

notdotnetize this guy

svn path=/trunk/mcs/; revision=100095
Jb Evain 17 anni fa
parent
commit
2cbda0a288

+ 1 - 0
mcs/class/System.Core/Test/System.Linq.Expressions/ExpressionTest_ListInit.cs

@@ -145,6 +145,7 @@ namespace MonoTests.System.Linq.Expressions {
 		}
 
 		[Test]
+		[Category ("NotDotNet")]
 		public void CompileArrayListOfStringsInit ()
 		{
 			var add = typeof (ArrayList).GetMethod ("Add");