Skip to content

Commit b97c963

Browse files
committed
[lldb] Explicitly import json in TestSymbolFileJSON.py
The test was relying on the json module getting imported transitively by one of its imported modules. Make this less brittle by importing it explicitly. (cherry picked from commit 9c972a3)
1 parent c09727e commit b97c963

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/macosx/symbols/TestSymbolFileJSON.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
from lldbsuite.test.lldbtest import *
55
from lldbsuite.test import lldbutil
66

7+
import json
8+
79

810
class TargetSymbolsFileJSON(TestBase):
911

0 commit comments

Comments
 (0)