Skip to content

Commit

Permalink
Attempt to work around MSVC ICE
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Feb 6, 2025
1 parent 8c59739 commit ff53082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Multiply/TestMul-VV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@


TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
, NUMBERS_ALL()
/*, NUMBERS_ALL()
, VECTORS_ALL(1)
, VECTORS_ALL(2)
, VECTORS_ALL(3)
, VECTORS_ALL(4)
, VECTORS_ALL(5)
, VECTORS_ALL(5)*/
, VECTORS_ALL(8)
/*, VECTORS_ALL(9)
, VECTORS_ALL(16)
Expand Down

0 comments on commit ff53082

Please sign in to comment.