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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs')
-rw-r--r--mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs b/mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs
index e243712d80c..6877448cad9 100644
--- a/mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs
+++ b/mcs/class/corlib/Test/System.Security.Cryptography/HMACSHA384Test.cs
@@ -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