================
@@ -74,11 +74,17 @@ def test_inflight_request(self):
Tests cancelling an inflight request.
"""
program = self.getBuildArtifact("a.out")
- self.build_and_launch(program)
+ busy_loop = os.path.join(os.path.dirname(__file__), "busy_loop.py")
----------------
ashgti wrote:Done. https://github.com/llvm/llvm-project/pull/183632 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
