[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Security.Cryptography / HMACSHA384Test.cs
index e243712d80c065bda63dfbbe7b175d6305c41a24..6877448cad9e6aac7ba66728ca4fc18040311d45 100644 (file)
@@ -8,7 +8,6 @@
 // Copyright (C) 2006, 2007 Novell, Inc (http://www.novell.com)
 //
 
-#if NET_2_0
 
 using NUnit.Framework;
 using System;
@@ -380,4 +379,3 @@ namespace MonoTests.System.Security.Cryptography {
        }
 }
 
-#endif