| Index: tests/compiler/dart2js_extra/runtime_type_isolate.dart
|
| diff --git a/tests/compiler/dart2js_extra/runtime_type_isolate.dart b/tests/compiler/dart2js_extra/runtime_type_isolate.dart
|
| index 9be80f5f0f9c0ad694a1b94621bacc76a4b470d5..75815b81f3dd0f067bb887f0861562c9bb6b4ec8 100644
|
| --- a/tests/compiler/dart2js_extra/runtime_type_isolate.dart
|
| +++ b/tests/compiler/dart2js_extra/runtime_type_isolate.dart
|
| @@ -2,6 +2,7 @@
|
| // 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.
|
|
|
| +import "package:expect/expect.dart";
|
| import 'dart:isolate';
|
|
|
| class Bar {}
|
|
|