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.
2 parents 8b93efb + ee406f9 commit 7aca4f5Copy full SHA for 7aca4f5
lldb/test/API/functionalities/rerun_and_expr_dylib/TestRerunAndExprDylib.py
@@ -52,6 +52,9 @@ def test(self):
52
ValueCheck(name='m_val', value='42')
53
])
54
55
+ # Delete the dylib to force make to rebuild it.
56
+ remove_file(self.getBuildArtifact(FULL_DYLIB_NAME))
57
+
58
# Re-build libfoo.dylib
59
self.build(dictionary={'DYLIB_CXX_SOURCES':'rebuild.cpp',
60
'DYLIB_ONLY':'YES',
0 commit comments