| Index: corelib/src/errors.dart
|
| diff --git a/runtime/tests/vm/dart/mysrc/test2a.dart b/corelib/src/errors.dart
|
| similarity index 89%
|
| copy from runtime/tests/vm/dart/mysrc/test2a.dart
|
| copy to corelib/src/errors.dart
|
| index 58b0310c846854716786d16553d8d30d2dc9bb95..265f657914fc52e7eb37da97c4524ca3b01cb67d 100644
|
| --- a/runtime/tests/vm/dart/mysrc/test2a.dart
|
| +++ b/corelib/src/errors.dart
|
| @@ -2,6 +2,5 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -int test2a() {
|
| - return 2;
|
| +class AssertionError {
|
| }
|
|
|