New test.
[mono.git] / mcs / class / corlib / System.Reflection.Emit / ILGenerator.cs
index 6ca4b4398e2dc2ccf4c9a9e4311907959dbf3f0b..ffea0a721a682c81812555e02f43ac486534d4b5 100644 (file)
@@ -784,7 +784,7 @@ namespace System.Reflection.Emit {
                        emit_int (token_gen.GetToken (type));
                }
 
-               [MonoTODO ("Do something about varargs method")]
+               [MonoTODO ("vararg methods are not supported")]
                public void EmitCall (OpCode opcode, MethodInfo methodinfo, Type[] optionalParamTypes)
                {
                        if (methodinfo == null)