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/Test/System.ComponentModel/SingleConverterTests.cs')
-rw-r--r--mcs/class/System/Test/System.ComponentModel/SingleConverterTests.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System/Test/System.ComponentModel/SingleConverterTests.cs b/mcs/class/System/Test/System.ComponentModel/SingleConverterTests.cs
index 1529162b52b..980ab436ad1 100644
--- a/mcs/class/System/Test/System.ComponentModel/SingleConverterTests.cs
+++ b/mcs/class/System/Test/System.ComponentModel/SingleConverterTests.cs
@@ -236,7 +236,6 @@ namespace MonoTests.System.ComponentModel
}
}
-#if NET_2_0
// adding this override in 1.x shows different result in .NET (it is ignored).
// Some compatibility kids might want to fix this issue.
public override NumberFormatInfo NumberFormat {
@@ -247,7 +246,6 @@ namespace MonoTests.System.ComponentModel
}
set { throw new NotSupportedException (); }
}
-#endif
}
}
}