diff options
author | Jim Ingham <jingham@apple.com> | 2018-03-28 18:05:43 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2018-03-28 18:05:43 +0000 |
commit | b873748e151272bfe5cd3eebcf8965bb200397aa (patch) | |
tree | 0497260b39e6faef91b51d557e262e0871b2ee57 /lldb/packages/Python/lldbsuite/test/lang/cpp | |
parent | eb8cc04ea2db5e6633ae0a4fc7cc9444d4d0ef98 (diff) | |
download | bcm5719-llvm-b873748e151272bfe5cd3eebcf8965bb200397aa.tar.gz bcm5719-llvm-b873748e151272bfe5cd3eebcf8965bb200397aa.zip |
Revert r328715. Wasn't wrong, just not the issue.
llvm-svn: 328721
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py index 8666b25a0ce..34ab00e1dc8 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py @@ -9,7 +9,6 @@ import os import time import re import lldb -import subprocess import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * from lldbsuite.test import decorators |