Changeset 76
- Timestamp:
- 21/10/13 10:23:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CCCC/trunk/utils_c4.py
r75 r76 349 349 mm.append( k ) 350 350 351 ok &= self.test( len(m ) == 0, 'Variable [%s] has incorrect attributes: %s' % (varName, str(mm)), part=True )351 ok &= self.test( len(mm) == 0, 'Variable [%s] has incorrect attributes: %s' % (varName, str(mm)), part=True ) 352 352 if ok: 353 353 self.log_pass()
Note: See TracChangeset
for help on using the changeset viewer.