Remove debug statement.

llvm-svn: 130802
This commit is contained in:
Johnny Chen 2011-05-03 22:32:16 +00:00
parent f8be385c9b
commit fd7ff20575
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class LoadUnloadTestCase(TestBase):
exe = os.path.join(os.getcwd(), "a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)
print "Architecture to test for:", self.getArchitecture()
self.expect("image list",
substrs = [old_dylib])
self.expect("image list -t 3",