diff options
| author | Enrico Granata <egranata@apple.com> | 2012-10-24 21:54:04 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2012-10-24 21:54:04 +0000 |
| commit | df26a90dc2c451c1c6d68e93b3a013b87c48f776 (patch) | |
| tree | e869bd9d3013a773763c0a87c547dd51e74b5478 | |
| parent | 1918627d93a315147128666e0c99b3b1cc9aee69 (diff) | |
| download | bcm5719-llvm-df26a90dc2c451c1c6d68e93b3a013b87c48f776.tar.gz bcm5719-llvm-df26a90dc2c451c1c6d68e93b3a013b87c48f776.zip | |
And one more logging message goes away
llvm-svn: 166628
| -rw-r--r-- | lldb/test/lldbtest.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index ea5a2a631dd..5fa0d8c3c43 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -448,7 +448,6 @@ class Base(unittest2.TestCase): if traceAlways: print >> sys.stderr, "Change dir to:", os.path.join(os.environ["LLDB_TEST"], cls.mydir) os.chdir(os.path.join(os.environ["LLDB_TEST"], cls.mydir)) - print "I chdired" @classmethod def tearDownClass(cls): |

