Skip to content

Commit

Permalink
fixup! test(formattedRead): add unnittests for the tuple return type …
Browse files Browse the repository at this point in the history
…overloads
  • Loading branch information
iK4tsu committed Dec 10, 2022
1 parent fc5ab70 commit 5b7cb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/format/read.d
Original file line number Diff line number Diff line change
Expand Up @@ -708,6 +708,7 @@ if (Args.length && allSatisfy!(isType, Args))
}
}

///
@safe pure unittest
{
import std.typecons : tuple;
Expand Down

0 comments on commit 5b7cb0c

Please sign in to comment.