Don't use 'exit' in lit script
authorEdwin Vane <edwin.vane@intel.com>
Thu, 28 Feb 2013 20:11:25 +0000 (20:11 +0000)
committerEdwin Vane <edwin.vane@intel.com>
Thu, 28 Feb 2013 20:11:25 +0000 (20:11 +0000)
commit4b8075255040c2e1c41b49dce6e005ab2d4d7efc
tree36020d7e0d3baad54abb17bbe5769276f301b69e
parenta26f71c9edd842cba1f162fe071a771756991eb4
Don't use 'exit' in lit script

Some buildbots use a shell that doesn't know 'exit'. So instead of using XFAIL
for UseAuto/iterator.cpp (since this problem doesn't exist for cmake) leave the
'grep' command and turn off the others.

llvm-svn: 176295
clang-tools-extra/test/cpp11-migrate/UseAuto/iterator.cpp