[Lldb-commits] [PATCH] D124479: Fix missing import for test

jeffrey tan via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 26 16:40:58 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG0ffcec418e45: Fix missing import for test (authored by yinghuitan).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124479/new/

https://reviews.llvm.org/D124479

Files:
  lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py


Index: lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
===================================================================
--- lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
+++ lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguageOnDemand.py
@@ -5,6 +5,7 @@
 
 
 import lldb
+from lldbsuite.test.decorators import *
 from lldbsuite.test.lldbtest import *
 import lldbsuite.test.lldbutil as lldbutil
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124479.425339.patch
Type: text/x-patch
Size: 494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220426/e3c58417/attachment.bin>


More information about the lldb-commits mailing list