mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 15:41:46 +00:00
[lldb/test] Fix test failure from missing decorator
This should fix a test failure in TestInteractiveScriptedProcess.py
caused by a missing decorator added in d0d902d
.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
parent
d0d902df06
commit
f8d6542e87
@ -4,6 +4,7 @@ Test the functionality of interactive scripted processes
|
||||
|
||||
import lldb
|
||||
import lldbsuite.test.lldbutil as lldbutil
|
||||
from lldbsuite.test.decorators import *
|
||||
from lldbsuite.test.lldbtest import *
|
||||
import json, os
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user