Chromium Code Reviews| Index: runtime/bin/test_extension.c |
| =================================================================== |
| --- runtime/bin/test_extension.c (revision 31286) |
| +++ runtime/bin/test_extension.c (working copy) |
| @@ -42,7 +42,7 @@ |
| if (auto_setup_scope == NULL) { |
| return NULL; |
| } |
| - *auto_setup_scope = true; |
| + *auto_setup_scope = 1; |
| check_error = Dart_StringToCString(name, &c_name); |
| if (Dart_IsError(check_error)) { |
| Dart_PropagateError(check_error); |