forked from lix-project/lix
Fix warning
This commit is contained in:
parent
7cc7cef950
commit
72b9d971bc
|
@ -481,7 +481,6 @@ namespace nix {
|
|||
* --------------------------------------------------------------------------*/
|
||||
|
||||
TEST(tokenizeString, empty) {
|
||||
auto s = "";
|
||||
Strings expected = { };
|
||||
|
||||
ASSERT_EQ(tokenizeString<Strings>(""), expected);
|
||||
|
|
Loading…
Reference in a new issue