remove outdated comments

This commit is contained in:
conrad
2025-07-07 21:37:13 +10:00
parent d3c2a9ebd0
commit ee663d08f6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ TEST_CASE("mat_plus_2", "[plus]")
mat X(6,5);
mat Y;
REQUIRE_THROWS( Y = A+X ); // adding non-conformant matrices will throw unless ARMA_NO_DEBUG is defined
REQUIRE_THROWS( Y = A+X ); // adding non-conformant matrices will throw
}