*** test87.ok	Mon Jun 24 20:06:45 2013
--- test87.failed	Mon Jun 24 20:11:11 2013
***************
*** 480,491 ****
  <<< Finished
  > VimForeachRTP
  vim.foreach_rtp(None):(<class 'TypeError'>, TypeError("'NoneType' object is not callable",))
! vim.foreach_rtp(NoArgsCall()):(<class 'TypeError'>, TypeError('__call__() takes exactly 1 positional argument (2 given)',))
  vim.foreach_rtp(FailingCall()):(<class 'NotImplementedError'>, NotImplementedError('call',))
  vim.foreach_rtp(int, 2):(<class 'TypeError'>, TypeError('foreach_rtp() takes exactly one argument (2 given)',))
  > import
! import xxx_no_such_module_xxx:(<class 'ImportError'>, ImportError('No module named xxx_no_such_module_xxx',))
! import failing_import:(<class 'ImportError'>, ImportError('No module named failing_import',))
  import failing:(<class 'NotImplementedError'>, NotImplementedError())
  > Dictionary
  >> DictionaryConstructor
--- 480,491 ----
  <<< Finished
  > VimForeachRTP
  vim.foreach_rtp(None):(<class 'TypeError'>, TypeError("'NoneType' object is not callable",))
! vim.foreach_rtp(NoArgsCall()):(<class 'TypeError'>, TypeError('__call__() takes 1 positional argument but 2 were given',))
  vim.foreach_rtp(FailingCall()):(<class 'NotImplementedError'>, NotImplementedError('call',))
  vim.foreach_rtp(int, 2):(<class 'TypeError'>, TypeError('foreach_rtp() takes exactly one argument (2 given)',))
  > import
! import xxx_no_such_module_xxx:(<class 'ImportError'>, ImportError("No module named 'xxx_no_such_module_xxx'",))
! import failing_import:(<class 'ImportError'>, ImportError("No module named 'failing_import'",))
  import failing:(<class 'NotImplementedError'>, NotImplementedError())
  > Dictionary
  >> DictionaryConstructor
