[bcl] Add NUnitHelper.cs with API not in nunit-lite
[mono.git] / mcs / class / corlib / Test / System.Threading.Tasks / TaskTest.cs
index f4e8a9705f78e0beeacafc11313de8475cea8a30..07bd1fe0b56adeee0f7b15ad2b3221e9b307954d 100644 (file)
@@ -34,10 +34,6 @@ using System.Threading.Tasks;
 using System.Collections.Generic;
 using NUnit.Framework;
 
-#if !MOBILE
-using NUnit.Framework.SyntaxHelpers;
-#endif
-
 namespace MonoTests.System.Threading.Tasks
 {
        [TestFixture]