Skip to content

Commit b3cbe2f

Browse files
fixup! add comment in test
1 parent e5f3220 commit b3cbe2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/test/API/lang/objc/foundation/TestObjCMethodsNSError.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,9 @@ def test_runtime_types_efficient_memreads(self):
6666
self.assertTrue(os.path.exists(logfile))
6767
log_text = open(logfile).read()
6868
log_text = log_text.split("StartTesting", 1)[-1].split("EndTesting", 1)[0]
69+
70+
# This test is only checking that the packet it used at all (and that
71+
# no errors are produced). It doesn't check that the packet is being
72+
# used to solve a problem in an optimal way.
6973
self.assertIn("MultiMemRead:", log_text)
7074
self.assertNotIn("MultiMemRead error", log_text)

0 commit comments

Comments
 (0)