Skip to content

Commit

Permalink
activate openmp test
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jun 21, 2024
1 parent b4ba58f commit f096318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/tutorial.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ inline bool openmp_parallel_pragma_is_working()
}
TEST_CASE("openmp_parallel_pragma_is_working_in_header")
{
//REQUIRE(openmp_parallel_pragma_is_working());
REQUIRE(openmp_parallel_pragma_is_working());
}

}

0 comments on commit f096318

Please sign in to comment.