Skip to content

Commit

Permalink
Remove [c,z]syr2 from tests since they are not in RefBLAS
Browse files Browse the repository at this point in the history
  • Loading branch information
weslleyspereira committed Oct 9, 2023
1 parent 3693e5f commit 109a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test_corner_cases.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ TEMPLATE_TEST_CASE( "syr satisfies all corner cases", "[syr][BLASlv2]", TEST_REA
}
}

TEMPLATE_TEST_CASE( "syr2 satisfies all corner cases", "[syr2][BLASlv2]", TEST_TYPES ) {
TEMPLATE_TEST_CASE( "syr2 satisfies all corner cases", "[syr2][BLASlv2]", TEST_REAL_TYPES ) {
using real_t = real_type<TestType>;

// Default arguments:
Expand Down

0 comments on commit 109a886

Please sign in to comment.