[lldb/Test] Import all decorators.

Fixes "NameError: name 'skipIfReproducer' is not defined".
This commit is contained in:
Jonas Devlieghere 2020-05-27 21:13:08 -07:00
parent 5238b80058
commit e5bb542362
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Read in a library with a version number of 0.0.0, make sure we produce a good ve
import lldb
from lldbsuite.test import decorators
from lldbsuite.test.decorators import *
import lldbsuite.test.lldbutil as lldbutil
from lldbsuite.test.lldbtest import *