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_thread.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/test/python_api/default-constructor/sb_thread.py') diff --git a/lldb/test/python_api/default-constructor/sb_thread.py b/lldb/test/python_api/default-constructor/sb_thread.py index 5f342330ebd..b69b22ea6a9 100644 --- a/lldb/test/python_api/default-constructor/sb_thread.py +++ b/lldb/test/python_api/default-constructor/sb_thread.py @@ -34,4 +34,4 @@ def fuzz_obj(obj): obj.GetDescription(lldb.SBStream()) obj.Clear() for frame in obj: - print frame + s = str(frame) -- cgit v1.2.3