diff options
author | Chaoren Lin <chaorenl@google.com> | 2015-11-05 02:17:21 +0000 |
---|---|---|
committer | Chaoren Lin <chaorenl@google.com> | 2015-11-05 02:17:21 +0000 |
commit | fc5d9dd4b5bcedfeb60787bba3713d9e4bea0d89 (patch) | |
tree | 7b1ea8a95556d0c53b6538b0785c4f754663b227 /lldb/packages/Python/lldbsuite/test | |
parent | 6c34eff5365eba6e3d1b7dccd9133a6e12d56ebd (diff) | |
download | bcm5719-llvm-fc5d9dd4b5bcedfeb60787bba3713d9e4bea0d89.tar.gz bcm5719-llvm-fc5d9dd4b5bcedfeb60787bba3713d9e4bea0d89.zip |
Fix TestGoFormatters.py.
llvm-svn: 252133
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py b/lldb/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py index d14d512506d..8b869df4ef8 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py +++ b/lldb/packages/Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py @@ -3,14 +3,13 @@ import os, time import unittest2 import lldb -import lldbutil -from lldbtest import * +import lldbsuite.test.lldbutil as lldbutil +from lldbsuite.test.lldbtest import * class TestGoLanguage(TestBase): mydir = TestBase.compute_mydir(__file__) - @python_api_test @skipIfFreeBSD # llvm.org/pr24895 triggers assertion failure @skipIfRemote # Not remote test suite ready @no_debug_info_test |