Fix up GTMNSThread+block test. (#214)

Made an assumption about how runloops worked in all versions of iOS.
Appears it was wrong in 32 bit versions on single processor.
Runloop executes all input from an input source in a single burst
which caused a test to fail.

(iOS 8.4 on iPhone4s simulator)
1 file changed
tree: bdbbc7870c42c67255b0fb46b6bef48dacd292ed
  1. AppKit/
  2. BuildScripts/
  3. DebugUtils/
  4. Foundation/
  5. GTM.xcodeproj/
  6. GTMiPhone.xcodeproj/
  7. iPhone/
  8. UnitTesting/
  9. XcodeConfig/
  10. .swift-version
  11. BuildingAndUsing.txt
  12. CONTRIBUTING.md
  13. GoogleToolboxForMac.podspec
  14. GTM-Info.plist
  15. GTMDefines.h
  16. GTMiPhone-Info.plist
  17. LICENSE
  18. README.md
  19. UnitTest-Info.plist
README.md

GTM: Google Toolbox for Mac

Project site https://github.com/google/google-toolbox-for-mac
Discussion group http://groups.google.com/group/google-toolbox-for-mac

Google Toolbox for Mac

A collection of source from different Google projects that may be of use to developers working other iOS or OS X projects.

If you find a problem/bug or want a new feature to be included in the Google Toolbox for Mac, please join the discussion group or submit an issue.