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 2183f33 commit 9e64bf6
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 @@ -10,7 +10,7 @@

TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
, NUMBERS_ALL()
, VECTORS_ALL(1)
/*, VECTORS_ALL(1)
, VECTORS_ALL(2)
, VECTORS_ALL(3)
, VECTORS_ALL(4)
Expand All @@ -20,7 +20,7 @@ TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
, VECTORS_ALL(16)
, VECTORS_ALL(17)
, VECTORS_ALL(32)
, VECTORS_ALL(33)
, VECTORS_ALL(33)*/
) {
using T = TestType;

Expand Down

0 comments on commit 9e64bf6

Please sign in to comment.