forked from qt-creator/qt-creator
Debugger: Fix one call to check(False)
Not much harm done, the code was meant to raise an exception anyway... Change-Id: I81db4081b4ca583e46a826aaee2fc8fa3f186a11 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -1065,7 +1065,7 @@ class Dumper(DumperBase):
|
||||
|
||||
if typeobj.code != StructCode and typeobj.code != UnionCode:
|
||||
warn("WRONG ASSUMPTION HERE: %s " % typeobj.code)
|
||||
check(False)
|
||||
self.check(False)
|
||||
|
||||
|
||||
if tryDynamic:
|
||||
|
Reference in New Issue
Block a user