| Index: tests/language/type_cast_vm_test.dart
|
| diff --git a/tests/language/type_cast_vm_test.dart b/tests/language/type_cast_vm_test.dart
|
| index d61f036f00e35d40f42e88ee22e6531b6acc4598..90bb52290e36fd91e5060cc4b5cd3b7868d73d52 100644
|
| --- a/tests/language/type_cast_vm_test.dart
|
| +++ b/tests/language/type_cast_vm_test.dart
|
| @@ -2,8 +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.
|
| // VMOptions=--no_show_internal_names
|
| -//
|
| // Dart test program testing type casts.
|
| +import "package:expect/expect.dart";
|
|
|
| checkTopFunction(String expected, StackTrace stacktrace) {
|
| var topLine = stacktrace.toString().split("\n")[0];
|
|
|