Skip to content

Commit

Permalink
locitest: dont validate virtual messages
Browse files Browse the repository at this point in the history
  • Loading branch information
rlane committed Aug 2, 2013
1 parent 1bd2bae commit a877582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_gen/templates/locitest/test_validator.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ :: ver_name = loxi_utils.version_to_name(version)
:: for cls in reversed(of_g.standard_class_order):
:: if not loxi_utils.class_in_version(cls, version):
:: continue
:: elif cls in type_maps.inheritance_map:
:: elif type_maps.class_is_virtual(cls):
:: continue
:: elif not loxi_utils.class_is_message(cls):
:: continue
Expand Down

0 comments on commit a877582

Please sign in to comment.