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 6988624 commit 2183f33
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 @@ -8,7 +8,7 @@
#include "TestMul.hpp"


/*TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
TEMPLATE_TEST_CASE("Vector * Vector", "[multiply]"
, NUMBERS_ALL()
, VECTORS_ALL(1)
, VECTORS_ALL(2)
Expand Down Expand Up @@ -155,4 +155,4 @@
REQUIRE(r == rCheck);
}
}
}*/
}

0 comments on commit 2183f33

Please sign in to comment.