================ @@ -37,6 +37,8 @@ def test_with_run_command(self): substrs=["stopped", "stop reason = breakpoint"], ) + self.runCmd("command script import ./ConvertToDataFormatter.py", check=True) ---------------- jeffreytan81 wrote:
Instead of changing existing test method to test create from data case, let's add a new test method instead so that both default and create from data formatters are tested. https://github.com/llvm/llvm-project/pull/89110 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits