/core/externals/update-engine/externals/google-toolbox-for-mac/Foundation/GTMLocalizedStringTest.m

http://macfuse.googlecode.com/ · Objective C · 23 lines · 1 code · 2 blank · 20 comment · 0 complexity · 7cb295103e3a5c663f5f8c06c0b82a0e MD5 · raw file

  1. //
  2. // GTMLocalizedStringTest.m
  3. //
  4. // Copyright (c) 2010 Google Inc. All rights reserved.
  5. //
  6. //
  7. // Licensed under the Apache License, Version 2.0 (the "License"); you may not
  8. // use this file except in compliance with the License. You may obtain a copy
  9. // of the License at
  10. //
  11. // http://www.apache.org/licenses/LICENSE-2.0
  12. //
  13. // Unless required by applicable law or agreed to in writing, software
  14. // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  15. // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  16. // License for the specific language governing permissions and limitations under
  17. // the License.
  18. //
  19. #import "GTMLocalizedString.h"
  20. // No real test here, just verification that GTMLocalizedString.h will compile
  21. // without errors.