mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-05 15:06:07 +00:00

* basestring is not a thing anymore. Must use `six.string_types`. * Must use from __future__ import print_function in every new test file. llvm-svn: 258967