diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2012-03-14 18:35:38 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2012-03-14 18:35:38 +0000 |
| commit | 24b5b8b7b84637dd4e7be691fac2c3b466b9225b (patch) | |
| tree | 04bd465de47beaf9084085673642171cf057713f | |
| parent | 4548962f00ac661b4222217fd5411a43ca233889 (diff) | |
| download | bcm5719-llvm-24b5b8b7b84637dd4e7be691fac2c3b466b9225b.tar.gz bcm5719-llvm-24b5b8b7b84637dd4e7be691fac2c3b466b9225b.zip | |
Remove a debug statement.
llvm-svn: 152732
| -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, |

