| Index: tests/compiler/dart2js_foreign/native_window1_test.dart
|
| diff --git a/tests/compiler/dart2js_foreign/native_window1_test.dart b/tests/compiler/dart2js_foreign/native_window1_test.dart
|
| index 6da4213791ce5262f11b88f55603cf68aa89dcdf..7c892378d24dad9fc1f3fdbc5ca2ddf35f0ae027 100644
|
| --- a/tests/compiler/dart2js_foreign/native_window1_test.dart
|
| +++ b/tests/compiler/dart2js_foreign/native_window1_test.dart
|
| @@ -21,5 +21,5 @@ main() {
|
| // it.
|
| Window win = new Win();
|
| Expect.throws(() => win.document,
|
| - (e) => e is NoSuchMethodException);
|
| + (e) => e is NoSuchMethodError);
|
| }
|
|
|