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:
authorKral Ferch <kral@mono-cvs.ximian.com>2002-03-30 04:18:09 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-30 04:18:09 +0300
commit7816a48c1223e0f16c776c3d9ebd9d36d7455ffc (patch)
tree40fdf510b81390603830ca18bcb011a86174ca46 /mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
parentf30d9fd73d7a4a00ecf65e010afca3e61c8c85c3 (diff)
Working on Attribute methods for XmlTextWriter.
svn path=/trunk/mcs/; revision=3507
Diffstat (limited to 'mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs')
-rwxr-xr-xmcs/class/System.XML/Test/XmlWhiteSpaceTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs b/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
index 402f3f2c916..4e3420f9a0e 100755
--- a/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
+++ b/mcs/class/System.XML/Test/XmlWhiteSpaceTests.cs
@@ -61,7 +61,7 @@ namespace Ximian.Mono.Tests
} catch (ArgumentException) {
return;
- } catch (Exception e) {
+ } catch (Exception) {
Fail ("Incorrect Exception thrown.");
}
}