Modify typedef_typedef testcase to work for all languages

Add CHANGES note

Closes #112.
This commit is contained in:
William S Fulton 2014-01-13 18:42:04 +00:00
commit e531578c54
3 changed files with 11 additions and 9 deletions

View file

@ -1,5 +1,5 @@
import typedef_typedef
b = typedef_typedef.B()
if b.getValue() == 0:
if b.getValue(123) == 1234:
print "Failed !!!"