[Lldb-commits] [lldb] [lldb] Improve editline completion formatting (PR #116456)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 19 08:54:55 PST 2024
================
@@ -0,0 +1,69 @@
+import lldb
+from lldbsuite.test.decorators import *
+from lldbsuite.test.lldbtest import *
+from lldbsuite.test import lldbutil
+from lldbsuite.test.lldbpexpect import PExpectTest
+
+
+class EditlineCompletionsTest(PExpectTest):
+ @skipIfAsan
+ @skipIfEditlineSupportMissing
+ @skipIfEditlineWideCharSupportMissing
----------------
JDevlieghere wrote:
Yeah, copy-paste :-)
https://github.com/llvm/llvm-project/pull/116456
More information about the lldb-commits
mailing list