From 0d401206151183cc39ec5795075aacb4f1b645ba Mon Sep 17 00:00:00 2001 From: Richard Mitton Date: Wed, 25 Sep 2013 20:48:03 +0000 Subject: Changed fuzz tests to not print their values (we only need to test if access to them does not crash). This fixes the 'No value' string appearing in the dotest results. llvm-svn: 191399 --- lldb/test/python_api/default-constructor/sb_debugger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/default-constructor/sb_debugger.py') diff --git a/lldb/test/python_api/default-constructor/sb_debugger.py b/lldb/test/python_api/default-constructor/sb_debugger.py index 91440b26ed9..d9b47561169 100644 --- a/lldb/test/python_api/default-constructor/sb_debugger.py +++ b/lldb/test/python_api/default-constructor/sb_debugger.py @@ -56,4 +56,4 @@ def fuzz_obj(obj): obj.SetCloseInputOnEOF(False) obj.Clear() for target in obj: - print target + s = str(target) -- cgit v1.2.3