diff options
| -rw-r--r-- | lldb/test/expression_command/issue_11588/Test11588.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/expression_command/issue_11588/Test11588.py b/lldb/test/expression_command/issue_11588/Test11588.py index b4aea2dc65e..59393bb93a7 100644 --- a/lldb/test/expression_command/issue_11588/Test11588.py +++ b/lldb/test/expression_command/issue_11588/Test11588.py @@ -37,7 +37,7 @@ class Issue11581TestCase(TestBase): self.runCmd("next", RUN_SUCCEEDED) self.runCmd("next", RUN_SUCCEEDED) - self.runCmd("command script import s11588.py") + self.runCmd("command script import --allow-reload s11588.py") self.runCmd("type synthetic add --python-class s11588.Issue11581SyntheticProvider StgClosure") self.expect("print *((StgClosure*)(r14-1))", |

