diff options
author | Adrian Prantl <aprantl@apple.com> | 2018-06-22 20:26:53 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2018-06-22 20:26:53 +0000 |
commit | 56a196c0209d4700511525844542bdd4ab2aeaf9 (patch) | |
tree | 3b9d6b477aa8caf0da572107bda9c936debc9170 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 7609cb83e69029a32e8ff94d165ab7315695a356 (diff) | |
download | bcm5719-llvm-56a196c0209d4700511525844542bdd4ab2aeaf9.tar.gz bcm5719-llvm-56a196c0209d4700511525844542bdd4ab2aeaf9.zip |
Mark this test as no debuginfo
llvm-svn: 335386
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py index f42eb883597..b0f09d2fa7b 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/hello_world/TestHelloWorld.py @@ -14,7 +14,7 @@ from lldbsuite.test import lldbutil class HelloWorldTestCase(TestBase): - + NO_DEBUG_INFO_TESTCASE = True mydir = TestBase.compute_mydir(__file__) def setUp(self): |