| Index: tests/language/src/TypeVMTest.dart
|
| ===================================================================
|
| --- tests/language/src/TypeVMTest.dart (revision 5480)
|
| +++ tests/language/src/TypeVMTest.dart (working copy)
|
| @@ -360,7 +360,7 @@
|
| } catch (TypeError error) {
|
| result++;
|
| Expect.equals("C", error.dstType);
|
| - Expect.equals("Smi", error.srcType);
|
| + Expect.equals("int", error.srcType);
|
| Expect.equals("function result", error.dstName);
|
| int pos = error.url.lastIndexOf("/", error.url.length);
|
| if (pos == -1) {
|
|
|