summaryrefslogtreecommitdiff
path: root/mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs')
-rw-r--r--mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs b/mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs
index 3dbcccdf29..5564e47a36 100644
--- a/mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs
+++ b/mcs/class/corlib/Test/System.Diagnostics/DebuggerDisplayAttributeTest.cs
@@ -1,5 +1,5 @@
//
-// MonoTests.System.Diagnostics.DebuggerDisplayAttributeTest.cs
+// DebuggerDisplayAttributeTest.cs
//
// Author:
// Rolf Bjarne Kvinge (RKvinge@novell.com)
@@ -7,8 +7,6 @@
// (C) 2007
//
-#if NET_2_0
-
using System;
using System.Diagnostics;
using NUnit.Framework;
@@ -172,5 +170,3 @@ namespace MonoTests.System.Diagnostics
}
}
}
-
-#endif \ No newline at end of file