From 14f1b3e8826ce43b978db93a62d1166055db5394 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 2 Jan 2017 19:26:05 +0000 Subject: Vendor import of lldb trunk r290819: https://llvm.org/svn/llvm-project/lldb/trunk@290819 --- .../lldbsuite/test/python_api/default-constructor/sb_broadcaster.py | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py') diff --git a/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py b/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py index 27539e855cdd2..b2f5ab5b2c5c7 100644 --- a/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py +++ b/packages/Python/lldbsuite/test/python_api/default-constructor/sb_broadcaster.py @@ -5,6 +5,7 @@ Fuzz tests an object after the default construction to make sure it does not cra import sys import lldb + def fuzz_obj(obj): obj.BroadcastEventByType(lldb.eBreakpointEventTypeInvalidType, True) obj.BroadcastEvent(lldb.SBEvent(), False) -- cgit v1.3