| Index: tests/html/hidden_dom_1_test.dart
|
| diff --git a/tests/html/hidden_dom_1_test.dart b/tests/html/hidden_dom_1_test.dart
|
| index 0e2a15be109f51b7c2c7596a35ed2cfe8344a8e7..1b687cd366b2d29ace107d3b1715f1cc8389efa3 100644
|
| --- a/tests/html/hidden_dom_1_test.dart
|
| +++ b/tests/html/hidden_dom_1_test.dart
|
| @@ -41,5 +41,5 @@ checkNoSuchMethod(action()) {
|
| if (ex === null)
|
| Expect.fail('Action should have thrown exception');
|
|
|
| - Expect.isTrue(ex is NoSuchMethodException, 'ex is NoSuchMethodException');
|
| + Expect.isTrue(ex is NoSuchMethodError, 'ex is NoSuchMethodError');
|
| }
|
|
|