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 --- .../Python/lldbsuite/test/python_api/default-constructor/sb_event.py | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py') diff --git a/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py b/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py index c64f9ba927c2..4c24c606fa21 100644 --- a/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.py +++ b/packages/Python/lldbsuite/test/python_api/default-constructor/sb_event.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.GetDataFlavor() obj.GetType() -- cgit v1.2.3