Michael137 updated this revision to Diff 481324. Michael137 added a comment. Herald added a subscriber: JDevlieghere.
- Reword comment Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D139643/new/ https://reviews.llvm.org/D139643 Files: lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py Index: lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py =================================================================== --- lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py +++ lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py @@ -41,6 +41,8 @@ ValueCheck(name='m_val', value='42') ]) + # Delete the executable to force make to rebuild it. + remove_file(exe) self.build(dictionary={'CXX_SOURCES':'rebuild.cpp', 'EXE':'a.out'}) # Rerun program within the same target
Index: lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py =================================================================== --- lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py +++ lldb/test/API/functionalities/rerun_and_expr/TestRerunAndExpr.py @@ -41,6 +41,8 @@ ValueCheck(name='m_val', value='42') ]) + # Delete the executable to force make to rebuild it. + remove_file(exe) self.build(dictionary={'CXX_SOURCES':'rebuild.cpp', 'EXE':'a.out'}) # Rerun program within the same target
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits