| Index: runtime/tests/vm/dart/isolate_mirror_local_test.dart
|
| diff --git a/runtime/tests/vm/dart/isolate_mirror_local_test.dart b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
|
| index d9c0c9af0ce8f9271d488538d730589f064c693c..51aad6e6fca3d0b5f0700ffa2beeec2252dd74f6 100644
|
| --- a/runtime/tests/vm/dart/isolate_mirror_local_test.dart
|
| +++ b/runtime/tests/vm/dart/isolate_mirror_local_test.dart
|
| @@ -320,7 +320,7 @@ void testLibrariesMap(Map libraries) {
|
| Expect.isTrue(oom_cls.defaultFactory === null);
|
| Expect.equals('dart:core', oom_cls.owner.simpleName);
|
| Expect.isTrue(oom_cls.isClass);
|
| - Expect.equals('Exception', oom_cls.superinterfaces[0].simpleName);
|
| + Expect.equals('Error', oom_cls.superinterfaces[0].simpleName);
|
| Expect.equals("ClassMirror on 'OutOfMemoryError'",
|
| oom_cls.toString());
|
| testDone('testLibrariesMap');
|
|
|