瀏覽代碼

avoid another visual tree of tests

svn path=/trunk/mcs/; revision=92523
Jb Evain 18 年之前
父節點
當前提交
1d859cd551
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mcs/class/System.Core/Test/System.Collections.Generic/HashSetTest.cs

+ 1 - 1
mcs/class/System.Core/Test/System.Collections.Generic/HashSetTest.cs

@@ -33,7 +33,7 @@ using System.Linq;
 
 using NUnit.Framework;
 
-namespace Mono.Tests.System.Collections.Generic {
+namespace MonoTests.System.Collections.Generic {
 
 	[TestFixture]
 	public class HashSetTest {