Changeset 1034:be6ee857b72d in lemon-0.x for src/test
- Timestamp:
- 12/09/04 16:30:12 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1424
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/undir_graph_test.cc
r1030 r1034 34 34 checkConcept<ErasableUndirGraph, Graph>(); 35 35 36 checkConcept<UndirGraph, UndirListGraph>(); 37 checkConcept<ErasableUndirGraph, UndirListGraph>(); 38 39 checkConcept<UndirGraph, UndirSmartGraph>(); 40 checkConcept<ExtendableUndirGraph, UndirSmartGraph>(); 41 36 42 checkConcept<UndirGraph, UndirGraph>(); 37 43
Note: See TracChangeset
for help on using the changeset viewer.