[lldb] Explicitly import json in TestSymbolFileJSON.py
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 13 Mar 2023 21:39:10 +0000 (14:39 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 13 Mar 2023 21:48:05 +0000 (14:48 -0700)
commit9c972a3d82f303714be6d4f1485a0dc6642cd5f3
tree73145f3038a0648575ff99eb9a77c99341956b3b
parentdc4330a9259f8a5326c8356f3034b598a11e2025
[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.
lldb/test/API/macosx/symbols/TestSymbolFileJSON.py