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.Reflection/ParameterInfoTest.cs')
-rw-r--r--mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs b/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs
index c0a6e39bcdb..90362747a6c 100644
--- a/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs
+++ b/mcs/class/corlib/Test/System.Reflection/ParameterInfoTest.cs
@@ -72,7 +72,7 @@ namespace MonoTests.System.Reflection
}
}
-#if NET_2_0 && !NET_2_1
+#if !NET_2_1
public enum ParamEnum {
None = 0,
Foo = 1,