[bcl] Remove more NET_2_0 checks from class libs
[mono.git] / mcs / class / corlib / Test / System.Diagnostics / StackTraceTest.cs
index 14af812b27783f2c0b7486d48aab0fbb125054d5..f2665988d522a91068e6ee20178ed89ea405fc15 100644 (file)
@@ -133,10 +133,6 @@ namespace MonoTests.System.Diagnostics {
                }
 
                [Test]
-#if !NET_2_0
-               // on MS .NET 1.x, ThreadState after Start() is Unstarted
-               [Category ("NotDotNet")]
-#endif
                [ExpectedException (typeof (ThreadStateException))]
                [Ignore ("Not supported in Mono")]
                public void StackTrace_Thread_NotSuspended ()
@@ -179,7 +175,6 @@ namespace MonoTests.System.Diagnostics {
                {
                        Assert.AreEqual (frame, trace.GetFrame (0), "0");
                }
-#if NET_2_0
                [Test]
                public void GetFrames ()
                {
@@ -190,7 +185,6 @@ namespace MonoTests.System.Diagnostics {
                                Assert.AreEqual (sf [i], st.GetFrame (i), i.ToString ());
                        }
                }
-#endif
                [Test]
                public void UnthrownException ()
                {