Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2011-09-28 16:59:54 +0400
committerMike Krüger <mkrueger@xamarin.com>2011-09-28 17:00:12 +0400
commit3fce07cc06ae5d90b2a507edfb6627d4d0ae8538 (patch)
treed79734302f22b33134903989e70fc38a341f7195 /main/tests
parent49c6876269c411f67efec85487860b4d90c8617e (diff)
[CSharpBinding] Fixed attribute section parsing unit test (DOM
parser).
Diffstat (limited to 'main/tests')
-rw-r--r--main/tests/UnitTests/MonoDevelop.CSharpBinding/TopLevelTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/UnitTests/MonoDevelop.CSharpBinding/TopLevelTests.cs b/main/tests/UnitTests/MonoDevelop.CSharpBinding/TopLevelTests.cs
index f2c9abaee3..dd281a801b 100644
--- a/main/tests/UnitTests/MonoDevelop.CSharpBinding/TopLevelTests.cs
+++ b/main/tests/UnitTests/MonoDevelop.CSharpBinding/TopLevelTests.cs
@@ -38,7 +38,7 @@ using MonoDevelop.CSharp.Parser;
namespace MonoDevelop.CSharpBinding.Tests
{
[TestFixture]
- public class TopLevelTests
+ public class TopLevelTests : UnitTests.TestBase
{
void DoTestUsings (IParser parser)
{