Skip to content

Commit 95dd200

Browse files
committed
ci
1 parent 0c0b753 commit 95dd200

File tree

1 file changed

+0
-2
lines changed
  • libcxx/test/std/utilities/variant/variant.variant/variant.swap

1 file changed

+0
-2
lines changed

libcxx/test/std/utilities/variant/variant.variant/variant.swap/swap.pass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,8 +399,6 @@ void test_swap_different_alternatives_throws() {
399399
// FIXME: The tests below are just very libc++ specific
400400
# ifdef _LIBCPP_VERSION
401401
{
402-
using T1 = ThrowsOnSecondMove;
403-
using T2 = NonThrowingNonNoexceptType;
404402
using V = std::variant<ThrowsOnSecondMove, NonThrowingNonNoexceptType>;
405403
int move_called = 0;
406404
V v1(std::in_place_index<0>, 42);

0 commit comments

Comments
 (0)