Fix test failures caused by order of initialization.
tear down hooks run as part of Base.tearDown(). Some of these hooks rely on accessing the debugger instance. So although it looks awkward, we need to call "del self.dbg" after calling Base.tearDown(). llvm-svn: 233306
Loading
Please register or sign in to comment