Changeset 437 for library/tests
- Timestamp:
- 07/28/09 15:31:57 (16 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/square_mat_test.cpp
r434 r437 100 100 101 101 TEST(test_chmat) { 102 test_square_matrix _minimum<chmat>(epsilon);102 test_square_matrix<chmat>(epsilon); 103 103 }