Update of /cvsroot/pygccxml/source/pygccxml/unittests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28510/pygccxml/unittests
Modified Files:
variable_matcher_tester.py
Log Message:
fixing select API to be more user friendly
Index: variable_matcher_tester.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pygccxml/unittests/variable_matcher_tester.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** variable_matcher_tester.py 29 Mar 2006 04:14:50 -0000 1.3
--- variable_matcher_tester.py 30 Mar 2006 05:56:17 -0000 1.4
***************
*** 33,37 ****
name='::bit_fields::fields_t::x'
, type=declarations.unsigned_int_t()
- , value=x.value
, header_dir=os.path.dirname(x.location.file_name)
, header_file=x.location.file_name)
--- 33,36 ----
|