Chromium Code Reviews| Index: tests/standalone/vmservice/isolate_bad_class_test.dart |
| =================================================================== |
| --- tests/standalone/vmservice/isolate_bad_class_test.dart (revision 31232) |
| +++ tests/standalone/vmservice/isolate_bad_class_test.dart (working copy) |
| @@ -22,7 +22,7 @@ |
| super('http://127.0.0.1:$port/isolates/$id/$collection'); |
| onRequestCompleted(Map reply) { |
| - Expect.equals('error', reply['type']); |
| + Expect.equals('Error', reply['type']); |
| } |
| } |