| Index: tests/html/xmldocument_test.dart
|
| diff --git a/tests/html/xmldocument_test.dart b/tests/html/xmldocument_test.dart
|
| index 0e245a895212109cf2d2ad74b51a9702461d702f..3dba45eb7d899a81c56edb99dd6df6779fc72abc 100644
|
| --- a/tests/html/xmldocument_test.dart
|
| +++ b/tests/html/xmldocument_test.dart
|
| @@ -25,7 +25,7 @@ main() {
|
| //
|
| // test('with a parse error', () {
|
| // Expect.throws(() => new XMLDocument.xml("<xml></xml>foo"),
|
| - // (e) => e is IllegalArgumentException);
|
| + // (e) => e is ArgumentError);
|
| // });
|
|
|
| test('with a PARSERERROR tag', () {
|
|
|