| Index: tests/vm/dart/isolate_unhandled_exception_uri_helper.dart
|
| ===================================================================
|
| --- tests/vm/dart/isolate_unhandled_exception_uri_helper.dart (revision 16196)
|
| +++ tests/vm/dart/isolate_unhandled_exception_uri_helper.dart (working copy)
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +library isolate_unhandled_exception_uri_helper;
|
| +
|
| import 'dart:isolate';
|
|
|
| // Isolate script that throws an uncaught exception, which is caught by an
|
|
|