[all-commits] [llvm/llvm-project] 9c972a: [lldb] Explicitly import json in TestSymbolFileJSO...
Jonas Devlieghere via All-commits
all-commits at lists.llvm.org
Mon Mar 13 14:48:19 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c972a3d82f303714be6d4f1485a0dc6642cd5f3
https://github.com/llvm/llvm-project/commit/9c972a3d82f303714be6d4f1485a0dc6642cd5f3
Author: Jonas Devlieghere <jonas at devlieghere.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M lldb/test/API/macosx/symbols/TestSymbolFileJSON.py
Log Message:
-----------
[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.
More information about the All-commits
mailing list