We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f134631 commit ceb31ccCopy full SHA for ceb31cc
lldb/test/API/functionalities/exec/TestExec.py
@@ -30,7 +30,7 @@ def test_hitting_exec (self):
30
@skipIfAsan # rdar://problem/43756823
31
@skipIfWindows
32
def test_skipping_exec (self):
33
- self.do_test(False)
+ self.do_test(True)
34
35
def do_test(self, skip_exec):
36
self.build()
0 commit comments