Chromium Code Reviews| Index: tests/html/element_test.dart |
| diff --git a/tests/html/element_test.dart b/tests/html/element_test.dart |
| index 2448b83c0c5425698081276ad72288d0b65237ad..07da322b1511c75d4dc94df42806d84ac9b36f37 100644 |
| --- a/tests/html/element_test.dart |
| +++ b/tests/html/element_test.dart |
| @@ -631,7 +631,7 @@ main() { |
| void testUnsupported(String name, void f()) { |
| test(name, () { |
| - Expect.throws(f, (e) => e is UnsupportedOperationException); |
| + Expect.throws(f, (e) => e is StateError); |
| }); |
| } |