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/System.Drawing/Test/System.Drawing.Printing/PaperSizeTest.cs')
-rw-r--r--mcs/class/System.Drawing/Test/System.Drawing.Printing/PaperSizeTest.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Drawing/Test/System.Drawing.Printing/PaperSizeTest.cs b/mcs/class/System.Drawing/Test/System.Drawing.Printing/PaperSizeTest.cs
index 5fe9db57868..78420984b62 100644
--- a/mcs/class/System.Drawing/Test/System.Drawing.Printing/PaperSizeTest.cs
+++ b/mcs/class/System.Drawing/Test/System.Drawing.Printing/PaperSizeTest.cs
@@ -34,7 +34,6 @@ namespace MonoTests.System.Drawing.Printing
[TestFixture]
public class PaperSizeTest
{
-#if NET_2_0
[Test]
public void PaperSizeKindTest()
{
@@ -131,7 +130,6 @@ namespace MonoTests.System.Drawing.Printing
Assert.Fail ("should not have thrown #1b");
}
}
-#endif
}
}