[corlib] Disable a test that is incompatible with how nunitlite runs tests
[mono.git] / mcs / class / corlib / Microsoft.Win32 / UnixRegistryApi.cs
index 757dc5eb2138566f88b5fcda188556348eee4fcd..30a035593a8b4f458c2e3a7adea3d6600ca873ce 100644 (file)
@@ -37,7 +37,7 @@
 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 //
 
-#if !NET_2_1
+#if !MOBILE
 
 using System;
 using System.Collections;
@@ -1029,5 +1029,5 @@ namespace Microsoft.Win32 {
        }
 }
 
-#endif // NET_2_1
+#endif // MOBILE