And one more logging message goes away

llvm-svn: 166628
This commit is contained in:
Enrico Granata 2012-10-24 21:54:04 +00:00
parent 1918627d93
commit df26a90dc2
1 changed files with 0 additions and 1 deletions

View File

@ -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):