Skip to content

Commit 3c44f2d

Browse files
committed
Remove duplicate named argument test for now
1 parent f3ad65c commit 3c44f2d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/compile-error-test/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,6 @@ if (CMAKE_CXX_STANDARD GREATER_EQUAL 20)
230230
#endif
231231
" ERROR)
232232

233-
expect_compile(compiled-format-string-argument-duplicate-error "
234-
#if defined(FMT_HAS_CONSTEVAL) && FMT_USE_NONTYPE_TEMPLATE_ARGS
235-
using namespace fmt::literals;
236-
fmt::format(FMT_COMPILE(\"{x}\"), \"x\"_a=42, \"x\"_a=43);
237-
#else
238-
#error
239-
#endif
240-
" ERROR)
241-
242233
expect_compile(compiled-format-string-missing-other-argument-error "
243234
#if defined(FMT_HAS_CONSTEVAL) && FMT_USE_NONTYPE_TEMPLATE_ARGS
244235
using namespace fmt::literals;

0 commit comments

Comments
 (0)