| Index: vm/dart_api_impl_test.cc
|
| ===================================================================
|
| --- vm/dart_api_impl_test.cc (revision 5433)
|
| +++ vm/dart_api_impl_test.cc (working copy)
|
| @@ -2309,8 +2309,6 @@
|
|
|
| Dart_Handle lib = TestCase::LoadTestScript(kScriptChars, NULL);
|
| Dart_Handle name = Dart_NewString("top");
|
| -
|
| - Dart_Handle args[1];
|
| bool value;
|
|
|
| // Test that you can set the field to a good value.
|
| @@ -3104,8 +3102,6 @@
|
| "test(arg) => 'hello $arg';\n";
|
|
|
| Dart_Handle lib = TestCase::LoadTestScript(kScriptChars, NULL);
|
| - Dart_Handle name = Dart_NewString("test");
|
| -
|
| Dart_Handle args[1];
|
| const char* str;
|
|
|
|
|