Author: Vedant Kumar Date: 2020-11-10T16:37:47-08:00 New Revision: 9922dded4737ff640f046f62f83bf1d05f26d97d
URL: https://github.com/llvm/llvm-project/commit/9922dded4737ff640f046f62f83bf1d05f26d97d DIFF: https://github.com/llvm/llvm-project/commit/9922dded4737ff640f046f62f83bf1d05f26d97d.diff LOG: [test] Delete redundant lldbutil import, NFC Added: Modified: lldb/test/API/lang/c/stepping/TestThreadStepping.py Removed: ################################################################################ diff --git a/lldb/test/API/lang/c/stepping/TestThreadStepping.py b/lldb/test/API/lang/c/stepping/TestThreadStepping.py index 43ed10d8b1a8..c134c95cf485 100644 --- a/lldb/test/API/lang/c/stepping/TestThreadStepping.py +++ b/lldb/test/API/lang/c/stepping/TestThreadStepping.py @@ -5,7 +5,6 @@ import lldb -import lldbsuite.test.lldbutil as lldbutil from lldbsuite.test.lldbtest import * import lldbsuite.test.lldbutil as lldbutil _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits