diff options
| -rw-r--r-- | lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py b/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py index 8c33a95105c..cccee8f56fc 100644 --- a/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py +++ b/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py @@ -58,8 +58,6 @@ class ObjCNewSyntaxTestCase(TestBase): if not self.applies(): return - print "Hello!" - self.common_setup() self.expect("expr -o -- immutable_array[0]", VARIABLES_DISPLAYED_CORRECTLY, |

