Skip to content

Commit

Permalink
Fix CI test on quardratic_form_test (RobotLocomotion#17144)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongkai-dai authored May 10, 2022
1 parent 3543939 commit dcc3b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion math/test/quadratic_form_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ GTEST_TEST(TestDecomposePSDmatrixIntoXtransposeTimesX, negativeY) {
// Y is a negative definite matrix.
DRAKE_EXPECT_THROWS_MESSAGE(
DecomposePSDmatrixIntoXtransposeTimesX(-Eigen::Matrix3d::Identity(), 0),
"Y is not positive semidefinite. It has an eigenvalue -1.0 that is less"
"Y is not positive semidefinite. It has an eigenvalue -1.* that is less"
" than the tolerance -0.*.");
}

Expand Down

0 comments on commit dcc3b16

Please sign in to comment.