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 c998f1c commit 4dfa3d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Subtract/TestSub-VV.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include "TestSub.hpp"


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

0 comments on commit 4dfa3d0

Please sign in to comment.