Skip to content

Commit a26df72

Browse files
committed
[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 <[email protected]>
1 parent 276521f commit a26df72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
import lldb
66
import lldbsuite.test.lldbutil as lldbutil
7+
from lldbsuite.test.decorators import *
78
from lldbsuite.test.lldbtest import *
89
import json, os
910

0 commit comments

Comments
 (0)