Skip to content

Commit 16217b2

Browse files
committed
Split playgrounds test into multiple test functions
1 parent a683df3 commit 16217b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/test/API/lang/swift/playgrounds/TestSwiftPlaygrounds.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ def test_concurrency(self):
100100
def test_import(self):
101101
"""Test that a dylib can be imported in playgrounds"""
102102
self.launch(True)
103-
self.do_concurrency_test()
104-
103+
self.do_import_test()
105104

106105
def launch(self, force_target):
107106
"""Test that playgrounds work"""

0 commit comments

Comments
 (0)