Added new test
[mono.git] / mcs / tests / try.cs
index c1746f92b2d36c8373eede5a62407a5f29ef64fc..5bc1d408d0cdac2d9213fa060a9da30c88542d38 100755 (executable)
@@ -45,7 +45,7 @@ class t {
                        a = 0x3;
                } catch {
                        a = 0x1;
-               } finalize {
+               } finally {
                        a = 111;
                }
        }