Skip to content

Commit ceb31cc

Browse files
committed
[lldb] Correct do_test argument in TestExec.test_skipping_exec
1 parent f134631 commit ceb31cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/API/functionalities/exec/TestExec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def test_hitting_exec (self):
3030
@skipIfAsan # rdar://problem/43756823
3131
@skipIfWindows
3232
def test_skipping_exec (self):
33-
self.do_test(False)
33+
self.do_test(True)
3434

3535
def do_test(self, skip_exec):
3636
self.build()

0 commit comments

Comments
 (0)