From 0dda55dd09d0b9aebf6dffb8864ccca4ba333a88 Mon Sep 17 00:00:00 2001 From: zoltan Date: Wed, 4 Feb 2009 01:22:59 +0000 Subject: [PATCH] 2009-02-04 Zoltan Varga * TypeBuilderTest.cs: Make this test quiet. git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@125629 e3ebcda4-bce8-0310-ba0a-eca2169e7518 --- class/corlib/Test/System.Reflection.Emit/ChangeLog | 4 ++++ class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/class/corlib/Test/System.Reflection.Emit/ChangeLog b/class/corlib/Test/System.Reflection.Emit/ChangeLog index 9055ca78e0..f5f18e9a66 100644 --- a/class/corlib/Test/System.Reflection.Emit/ChangeLog +++ b/class/corlib/Test/System.Reflection.Emit/ChangeLog @@ -1,3 +1,7 @@ +2009-02-04 Zoltan Varga + + * TypeBuilderTest.cs: Make this test quiet. + 2009-01-21 Mark Probst * TypeBuilderTest.cs: Add test for fields in dynamic generic diff --git a/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs b/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs index b3ecc3c54a..3a3ff7d97f 100644 --- a/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs +++ b/class/corlib/Test/System.Reflection.Emit/TypeBuilderTest.cs @@ -9926,7 +9926,7 @@ namespace MonoTests.System.Reflection.Emit Type t = tb2.CreateType (); int[] res = (int[])t.GetMethod ("Test").Invoke (null, new object[0]); - Console.WriteLine (res[0]); + //Console.WriteLine (res[0]); } #endif -- 2.11.4.GIT