Initial set of Ward sgen annotations (#5705)
[mono.git] / mcs / tests / test-ex-filter-03.cs
index d2a3e910413dd0f013fd36c42e8de1836e41f54d..72984067304d0146e7d98717d10347de830b3985 100644 (file)
@@ -8,7 +8,7 @@ class X
                        bool x = true;
                        try {
                                throw new ApplicationException ();
-                       } catch (NullReferenceException) if (x) {
+                       } catch (NullReferenceException) when (x) {
                                throw;
                        }