Skip to content

Commit ff15aa8

Browse files
author
git apple-llvm automerger
committed
Merge commit '75b038b5d474' from swift/release/6.2 into stable/20240723
2 parents 188208b + 75b038b commit ff15aa8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/test/API/lang/swift/async/queues/TestSwiftPluginQueues.py

-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ def test(self):
2626
self.assertEqual(queue_plugin, queue_backing)
2727
self.assertEqual(queue_plugin, thread.GetQueueName())
2828

29-
num_queues = process.GetNumQueues()
30-
self.assertEqual(num_queues, 1)
31-
3229
queue_regex = re.compile(r"queue = '([^']+)'")
3330

3431
def get_queue_from_thread_info_command(self, use_backing_thread):

0 commit comments

Comments
 (0)