hanchenye-llvm-project/lldb/test/test_runner
Zachary Turner 35d017f0fc Add from __future__ import print_function everywhere.
Apparently there were tons of instances I missed last time, I
guess I accidentally ran 2to3 non-recursively.  This should be
every occurrence of a print statement fixed to use a print function
as well as from __future__ import print_function being added to
every file.

After this patch print statements will stop working everywhere in
the test suite, and the print function should be used instead.

llvm-svn: 251121
2015-10-23 17:04:29 +00:00
..
lib Fix race on subprocess.Popen return values. 2015-10-02 20:51:11 +00:00
test Add from __future__ import print_function everywhere. 2015-10-23 17:04:29 +00:00
README.txt

README.txt

This directory contains source and tests for the lldb test runner
architecture.  This directory is not for lldb python tests.  It
is the test runner.  The tests under this diretory are test-runner
tests (i.e. tests that verify the test runner itself runs properly).