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:
authorAtsushi Eno <atsushi@ximian.com>2011-04-06 15:01:27 +0400
committerAtsushi Eno <atsushi@ximian.com>2011-04-06 15:01:27 +0400
commitc838b12b2e0bbebc6cd9e686bdbe0a7cde95fde6 (patch)
tree180337328f5af1c7663fe38189f77dc737af0164 /mcs/class/Cscompmgd
parentf8928669f247e8a9eec57b6c182fc128d40a2336 (diff)
Remove obsolete nunit syntax from tests except for Assertion usage.
Diffstat (limited to 'mcs/class/Cscompmgd')
-rw-r--r--mcs/class/Cscompmgd/Test/Microsoft.CSharp/CompilerTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/Cscompmgd/Test/Microsoft.CSharp/CompilerTest.cs b/mcs/class/Cscompmgd/Test/Microsoft.CSharp/CompilerTest.cs
index 2e333ddda56..b13ced3d461 100644
--- a/mcs/class/Cscompmgd/Test/Microsoft.CSharp/CompilerTest.cs
+++ b/mcs/class/Cscompmgd/Test/Microsoft.CSharp/CompilerTest.cs
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace MonoTests.Cscompmgd
{
[TestFixture]
- public class CompilerTest : Assertion
+ public class CompilerTest
{
[SetUp]
public void GetReady ()