From 2238dcc39358353cac21df75c3c3286ab20b8f53 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 25 May 2023 08:48:57 -0700 Subject: [NFC][Py Reformat] Reformat python files in lldb This is an ongoing series of commits that are reformatting our Python code. Reformatting is done with `black` (23.1.0). If you end up having problems merging this commit because you have made changes to a python file, the best way to handle that is to run `git checkout --ours ` and then reformat it with black. RFC: https://discourse.llvm.org/t/rfc-document-and-standardize-python-code-style Differential revision: https://reviews.llvm.org/D151460 --- .../interactive_scripted_process/TestInteractiveScriptedProcess.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py') diff --git a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py index 807fcd76fd54..a1e450534699 100644 --- a/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py +++ b/lldb/test/API/functionalities/interactive_scripted_process/TestInteractiveScriptedProcess.py @@ -10,7 +10,6 @@ import json, os class TestInteractiveScriptedProcess(TestBase): - NO_DEBUG_INFO_TESTCASE = True def setUp(self): -- cgit v1.2.3