Skip to content

Commit 1b1d466

Browse files
committed
[lldb] 167388 chore: add api to return arch name for target: update comment in test
Signed-off-by: Nikita B <[email protected]>
1 parent 36497ab commit 1b1d466

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
@@ -114,7 +114,7 @@ def test_get_arch_name(self):
114114
arch_name = target.arch_name
115115
self.assertNotEqual(len(arch_name), 0, "Got an arch name string")
116116

117-
# Test consistency with GetTriple().
117+
# Test consistency with triple.
118118
triple = target.triple
119119
if triple:
120120
self.assertEqual(triple.split("-")[0], arch_name)

0 commit comments

Comments
 (0)