An #if has been negated (bugfix)
authorGerardo García Peña <killabytenow@gmail.com>
Wed, 10 Jul 2013 09:26:26 +0000 (11:26 +0200)
committerGerardo García Peña <killabytenow@gmail.com>
Wed, 10 Jul 2013 09:26:26 +0000 (11:26 +0200)
mcs/class/corlib/Test/System.Text/UTF8EncodingTest.cs

index 8956bba2e6cb540f29d33d7924a7eba3dee425a1..06720ba5165cc7d2bdca5c5f1d85581825c529f6 100644 (file)
@@ -1083,7 +1083,7 @@ namespace MonoTests.System.Text
                                Assert.Fail ("ArgumentException is expected: char[]");
 #endif
                        } catch (ArgumentException ae) {
-#if NET_2_0
+#if NET_2_0
                                throw ae;
 #endif
                        }
@@ -1097,7 +1097,7 @@ namespace MonoTests.System.Text
                                Assert.Fail ("ArgumentException is expected: string");
 #endif
                        } catch (ArgumentException ae) {
-#if NET_2_0
+#if NET_2_0
                                throw ae;
 #endif
                        }