Skip to content

Commit a3620de

Browse files
committed
[lldb] 167388 chore: add api to return arch name for target: update formatting according to darker
Signed-off-by: Nikita B <[email protected]>
1 parent 1b1d466 commit a3620de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/python_api/target/TestTargetAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def test_get_arch_name(self):
117117
# Test consistency with triple.
118118
triple = target.triple
119119
if triple:
120-
self.assertEqual(triple.split("-")[0], arch_name)
120+
self.assertEqual(triple.split("-")[0], arch_name)
121121

122122
def test_get_ABIName(self):
123123
d = {"EXE": "b.out"}

0 commit comments

Comments
 (0)