Skip to content

Commit be0b111

Browse files
committed
fixup! adjust test assertion
1 parent c14caf7 commit be0b111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/python_api/sbtype_basic_type/TestSBTypeBasicType.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ def test(self):
2727
d = self.frame().FindVariable("d")
2828
self.assertTrue(d)
2929

30-
self.assertEqual(a.GetType().GetBasicType(), int_basic_type)
3130
self.assertEqual(b.GetType().GetBasicType(), int_basic_type)
3231
self.assertEqual(c.GetType().GetBasicType(), int_basic_type)
32+
self.assertEqual(d.GetType().GetBasicType(), int_basic_type)

0 commit comments

Comments
 (0)