Merge pull request #364 from directhex/master
[mono.git] / mcs / tests / test-303.cs
index c3abd5e5902fdd05aab42175765c5da030bf5290..dbd61b5e46d1bb061d1c429ebb64ff711cbb992b 100644 (file)
@@ -4,7 +4,7 @@ class A
 {
        class C : IDisposable 
        {
-               void IDisposable.Dispose () { throw new Exception ("really bad"); }
+               void IDisposable.Dispose () { throw new Exception ("'using' and 'new' didn't resolve C as A+B+C"); }
        }
 
        public class B