Skip to content

Commit

Permalink
remove wrong comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alexezeder committed Dec 23, 2021
1 parent c8e6b1a commit 99eff50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/compile-error-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ expect_compile(wide-string-narrow-format-string-error "fmt::format(\"{}\", L\"fo
expect_compile(narrow-string-wide-format-string "fmt::format(L\"{}\", L\"foo\");" XCHAR)
expect_compile(narrow-string-wide-format-string-error "fmt::format(L\"{}\", \"foo\");" ERROR XCHAR)

# Formatting a wide string with a narrow format string is forbidden.
expect_compile(cast-to-string "
struct S {
operator std::string() const { return std::string(); }
Expand Down

0 comments on commit 99eff50

Please sign in to comment.