mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 04:13:22 +08:00
[0.1.x] test: TypeInfoTest.testPtr reproduces issue 10393
git-svn-id: https://pykd.svn.codeplex.com/svn@74272 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
11f8d3324c
commit
7f2e735905
@ -111,6 +111,10 @@ class TypeInfoTest( unittest.TestCase ):
|
||||
|
||||
ti = target.module.type("classChild")
|
||||
self.assertEqual( "enumType", ti.m_enumField.name() )
|
||||
|
||||
def testPtr(self):
|
||||
self.assertEqual( "listStruct1*", target.module.type( "g_listHead1" ).name() )
|
||||
self.assertEqual( "Void*", target.module.type( "g_voidPtr" ).name() )
|
||||
|
||||
def testUnion(self):
|
||||
ti = target.module.type("unionTest")
|
||||
|
Loading…
Reference in New Issue
Block a user