Fix test data

This commit is contained in:
Roman Shevchenko
2012-11-23 23:35:51 +01:00
parent b0e1f1bf3a
commit f2f3f4898c

View File

@@ -220,7 +220,6 @@ class C {
throw new E2();
}
catch (E1 | E2 e) {
e = new E();
throw e;
}
}