Changeset 1506 for trunk/test


Ignore:
Timestamp:
Sep 17, 2008, 12:53:55 AM (15 years ago)
Author:
Peter
Message:

fixes #434

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/vector_test.cc

    r1487 r1506  
    341341  }
    342342
     343  // test for zero size constructor
     344  {
     345    theplu::yat::utility::Vector vec(0, 1.2);
     346    theplu::yat::utility::Vector vec2(vec);
     347  }
    343348  return suite.return_value();
    344349}
Note: See TracChangeset for help on using the changeset viewer.