Skip to content

Commit b6fb6bd

Browse files
ferdymercuryhageboeck
authored andcommitted
[test] fix test compilation
1 parent ef113e5 commit b6fb6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/matrix/test/testMatrixT.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ TEST_F(testMatrixD, Eigen)
218218
CompareTMatrix(B, C);
219219
}
220220

221-
TEST_F(testMatrixDSym, IsSymmetric)
221+
TEST(TMatrixTSym, IsSymmetric)
222222
{
223223
using ROOT::TestSupport::CheckDiagsRAII;
224224
Double_t edata[] = {1, 2, 3, 4};

0 commit comments

Comments
 (0)