Changeset 937 for trunk/test/matrix.cpp
- Timestamp:
- Sep 9, 2011, 4:47:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/matrix.cpp
r931 r937 22 22 { 23 23 public: 24 void setUp()24 void SetUp() 25 25 { 26 26 identity = mat4(1.0f); … … 35 35 } 36 36 37 void tearDown() {}37 void TearDown() {} 38 38 39 39 LOLUNIT_TEST(test_vec_eq)
Note: See TracChangeset
for help on using the changeset viewer.