Chromium Code Reviews| Index: runtime/vm/object_test.cc |
| =================================================================== |
| --- runtime/vm/object_test.cc (revision 5441) |
| +++ runtime/vm/object_test.cc (working copy) |
| @@ -605,7 +605,6 @@ |
| TEST_CASE(StringFormat) { |
| const char* hello_str = "Hello World!"; |
| - int32_t hello_len = strlen(hello_str); |
| const String& str = |
| String::Handle(String::NewFormatted("Hello %s!", "World")); |
| EXPECT(str.IsInstance()); |