Changeset 2522 for trunk/test/version.cc
- Timestamp:
- Jul 15, 2011, 11:20:36 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/version.cc
r2370 r2522 30 30 int main(int argc, char* argv[]) 31 31 { 32 #if !(YAT_VERSION_AT_LEAST(0, 7, 11)) 33 #error "we should not be here!" 34 #endif 35 32 36 using namespace theplu::yat::utility; 33 37 theplu::yat::test::Suite suite(argc, argv);
Note: See TracChangeset
for help on using the changeset viewer.