From fc5d9dd4b5bcedfeb60787bba3713d9e4bea0d89 Mon Sep 17 00:00:00 2001 From: Chaoren Lin Date: Thu, 5 Nov 2015 02:17:21 +0000 Subject: Fix TestGoFormatters.py. llvm-svn: 252133 --- .../Python/lldbsuite/test/lang/go/formatters/TestGoFormatters.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang') 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 -- cgit v1.2.3