From 74a628f776edb588bff8f8f5cc16eac947c9d631 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 16 Apr 2017 16:04:10 +0000 Subject: Vendor import of lldb trunk r300422: https://llvm.org/svn/llvm-project/lldb/trunk@300422 --- .../Python/lldbsuite/test/sample_test/TestSampleInlineTest.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py (limited to 'packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py') diff --git a/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py b/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py new file mode 100644 index 000000000000..29fad79de811 --- /dev/null +++ b/packages/Python/lldbsuite/test/sample_test/TestSampleInlineTest.py @@ -0,0 +1,10 @@ +""" +Describe the purpose of the test here. +""" + +from __future__ import absolute_import + +from lldbsuite.test import lldbinline + +lldbinline.MakeInlineTest( + __file__, globals(), None) -- cgit v1.2.3