Skip to content

Commit 82c6ad6

Browse files
committed
[lldb/test] Add missing import for decorator (NFC)
Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 2cf2768 commit 82c6ad6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/scripted_frame_provider/circular_dependency/TestFrameProviderCircularDependency.py

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

66
import os
77
import lldb
8+
from lldbsuite.test.decorators import *
89
from lldbsuite.test.lldbtest import TestBase
910
from lldbsuite.test import lldbutil
1011

0 commit comments

Comments
 (0)