Skip to content

Commit

Permalink
Update sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ndellingwood authored Dec 4, 2024
1 parent a98bf46 commit a9087d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sparse/unit_test/Test_Sparse_StaticCrsGraph.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ void run_test_graph4() {

} /* namespace TestStaticCrsGraph */

TEST(TestCategory, staticcrsgraph) {
TEST_F(TestCategory, staticcrsgraph) {
TestStaticCrsGraph::run_test_graph<TestDevice>();
TestStaticCrsGraph::run_test_graph2<TestDevice>();
TestStaticCrsGraph::run_test_graph3<TestDevice>(1, 0);
Expand Down

0 comments on commit a9087d0

Please sign in to comment.