Fix typedef_typedef test
This commit is contained in:
parent
0383d08444
commit
844695b674
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import typedef_typedef
|
||||
|
||||
b = typedef_typedef.B()
|
||||
if b.getValue(123) == 1234:
|
||||
print "Failed !!!"
|
||||
if b.getValue(123) != 1234:
|
||||
raise Exception("Failed")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue