forked from OSchip/llvm-project
Fix TestStdCXXDisassembly.py
missing decorator import. llvm-svn: 370020
This commit is contained in:
parent
365b30a3fa
commit
8a915f6b2e
|
@ -10,7 +10,7 @@ import os
|
|||
import lldb
|
||||
from lldbsuite.test.lldbtest import *
|
||||
import lldbsuite.test.lldbutil as lldbutil
|
||||
|
||||
from lldbsuite.test.decorators import *
|
||||
|
||||
class StdCXXDisassembleTestCase(TestBase):
|
||||
|
||||
|
|
Loading…
Reference in New Issue