Changeset 795 for trunk/test


Ignore:
Timestamp:
Mar 12, 2007, 1:48:28 PM (16 years ago)
Author:
Peter
Message:

confusing to use argv[0] since it is nout test/vector_test but rather test/.libs/vector_test. Some magic automake stuff :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/vector_test.cc

    r793 r795  
    4949    message = new std::ofstream("/dev/null");
    5050    if (argc>1)
    51       std::cout << argv[0] << " -v : for printing extra "  << "information\n";
     51      std::cout << "vector_test -v : for printing extra "  << "information\n";
    5252  }
    5353  *message << "testing vector" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.