diff options
author | Zachary Turner <zturner@google.com> | 2015-12-11 19:21:49 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2015-12-11 19:21:49 +0000 |
commit | 742afdb3d285d579e10fe6cde67f21bdb661d862 (patch) | |
tree | 40140076d0ed56462efe1260cb37a277582a32fa /lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | |
parent | 6a188e6c1e89a2e55905c7b8615ca3dc53754fa2 (diff) | |
download | bcm5719-llvm-742afdb3d285d579e10fe6cde67f21bdb661d862.tar.gz bcm5719-llvm-742afdb3d285d579e10fe6cde67f21bdb661d862.zip |
Remove -S option from dotest.py.
llvm-svn: 255361
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py b/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py index 50a0c902f0f..b4e7541a709 100644 --- a/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py +++ b/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py @@ -26,7 +26,6 @@ class SourceManagerTestCase(TestBase): TestBase.setUp(self) # Find the line number to break inside main(). self.line = line_number('main.c', '// Set break point at this line.') - configuration.skip_build_and_cleanup = False @add_test_categories(['pyapi']) def test_display_source_python(self): |