Skip to content

Commit 75b038b

Browse files
Merge pull request #10541 from felipepiovezan/felipe/fixtestswiftpluginqueues
[lldb] Relax test constraints on TestSwiftPluginQueues
2 parents 088d3dc + d618a99 commit 75b038b

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

Lines changed: 0 additions & 3 deletions
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)