| Index: tests/language/type_cast_vm_test.dart
|
| ===================================================================
|
| --- tests/language/type_cast_vm_test.dart (revision 20787)
|
| +++ tests/language/type_cast_vm_test.dart (working copy)
|
| @@ -5,7 +5,7 @@
|
| //
|
| // Dart test program testing type casts.
|
|
|
| -checkTopFunction(String expected, Stacktrace stacktrace) {
|
| +checkTopFunction(String expected, StackTrace stacktrace) {
|
| var topLine = stacktrace.toString().split("\n")[0];
|
| int startPos = topLine.lastIndexOf("/");
|
| int endPos = topLine.lastIndexOf(")");
|
|
|