| Index: tests/language/type_cast_vm_test.dart
|
| ===================================================================
|
| --- tests/language/type_cast_vm_test.dart (revision 13630)
|
| +++ tests/language/type_cast_vm_test.dart (working copy)
|
| @@ -132,7 +132,7 @@
|
| } on TypeError catch (error) {
|
| result = 1;
|
| Expect.equals("int", error.dstType);
|
| - Expect.equals("() => Dynamic", error.srcType);
|
| + Expect.equals("() => dynamic", error.srcType);
|
| Expect.equals("type cast", error.dstName);
|
| int pos = error.url.lastIndexOf("/", error.url.length);
|
| if (pos == -1) {
|
|
|