Skip to content

Commit 761f719

Browse files
P0088R3_variant: Activate EDG test coverage.
1 parent a5ddeab commit 761f719

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/std/tests/P0088R3_variant/test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6114,7 +6114,7 @@ int run_test()
61146114
#include "variant_test_helpers.h"
61156115

61166116
namespace visit {
6117-
#if _HAS_CXX20 && !defined(__EDG__) && !defined(TEST_PERMISSIVE)
6117+
#if _HAS_CXX20 && !defined(TEST_PERMISSIVE)
61186118
void test_call_operator_forwarding() {
61196119
using Fn = ForwardingCallObject;
61206120
Fn obj{};
@@ -6563,7 +6563,7 @@ int run_test() {
65636563
#include "variant_test_helpers.h"
65646564

65656565
namespace visit::return_type {
6566-
#if _HAS_CXX20 && !defined(__EDG__) && !defined(TEST_PERMISSIVE)
6566+
#if _HAS_CXX20 && !defined(TEST_PERMISSIVE)
65676567
template <typename ReturnType>
65686568
void test_call_operator_forwarding() {
65696569
using Fn = ForwardingCallObject;

0 commit comments

Comments
 (0)