Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Oct 11, 2024
1 parent 184589a commit 2ce18ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/src/format.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const tst::set set("format", [](tst::suite& suite){
suite.add("too_big_replacement_id_throws", [](){
bool thrown = false;
try{
auto str = ruis::format(
ruis::format(
U"{10000} {0}!"sv, //
{
U"world"s,
Expand All @@ -53,7 +53,7 @@ const tst::set set("format", [](tst::suite& suite){
suite.add("invalid_replacement_id_throws", [](){
bool thrown = false;
try{
auto str = ruis::format(
ruis::format(
U"{0} {asd0}!"sv, //
{
U"world"s,
Expand Down

0 comments on commit 2ce18ab

Please sign in to comment.