Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Dec 4, 2024
1 parent f2762e4 commit 3531dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cpptests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ TEST_CASE("<<", "[cpp][i18n]")
SECTION("Doesn't support <<")
{
cpp_i18n_review cpp(false);
const wchar_t* code = LR"(wxGetTranslation("Hello there") << "################### THERE IS A MESSAGE #################";)";
const wchar_t* code = LR"(wxTRANSLATE("Hello there") << "################### THERE IS A MESSAGE #################";)";
cpp(code, L"");
cpp.review_strings([](size_t){}, [](size_t, const std::filesystem::path&){ return true; });
REQUIRE(cpp.get_localizable_strings().size() == 1);
Expand Down

0 comments on commit 3531dd9

Please sign in to comment.