|
|
@@ -47,9 +47,9 @@ namespace MonoTests.System.Diagnostics {
|
|
|
CreateHandler (xml);
|
|
|
Assertion.Fail (string.Format ("{0}:{1}: no exception generated", name, arg));
|
|
|
}
|
|
|
- catch (ConfigurationException ce) {
|
|
|
+ catch (ConfigurationException) {
|
|
|
}
|
|
|
- catch (AssertionException afe) {
|
|
|
+ catch (AssertionException) {
|
|
|
// This is generated by the Assertion.Fail() statement in the try block.
|
|
|
throw;
|
|
|
}
|