Cleanup: fix include guard comments and names

libeigen/eigen!2517
This commit is contained in:
Florian Maurin
2026-05-06 16:18:44 -07:00
committed by Rasmus Munk Larsen
parent 4b325d6b13
commit 90dfbc054e
170 changed files with 641 additions and 473 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ void test_stress_runqueue() {
VERIFY(total.load() == 0);
}
EIGEN_DECLARE_TEST(cxx11_runqueue) {
EIGEN_DECLARE_TEST(threads_runqueue) {
CALL_SUBTEST_1(test_basic_runqueue());
CALL_SUBTEST_2(test_empty_runqueue());
CALL_SUBTEST_3(test_stress_runqueue());