Changeset 1304 for trunk/test/Suite.cc
- Timestamp:
- May 14, 2008, 10:11:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/Suite.cc
r1249 r1304 62 62 63 63 64 voidSuite::add(bool ok)64 bool Suite::add(bool ok) 65 65 { 66 66 ok_ = ok_ && ok; 67 return ok; 67 68 } 68 69
Note: See TracChangeset
for help on using the changeset viewer.