| Index: tests/html/hidden_dom_2_test.dart
|
| diff --git a/tests/html/hidden_dom_2_test.dart b/tests/html/hidden_dom_2_test.dart
|
| index 5e88cec37684595991d8793a1d24b3f12f8277f4..fd46d64538935c0fb8482777645d4063fb2497a0 100644
|
| --- a/tests/html/hidden_dom_2_test.dart
|
| +++ b/tests/html/hidden_dom_2_test.dart
|
| @@ -44,5 +44,5 @@ checkNoSuchMethod(action()) {
|
| if (!threw)
|
| Expect.fail('Action should have thrown exception');
|
|
|
| - Expect.isTrue(ex is NoSuchMethodException, 'ex is NoSuchMethodException');
|
| + Expect.isTrue(ex is NoSuchMethodError, 'ex is NoSuchMethodError');
|
| }
|
|
|