mirror of
https://github.com/NixOS/nix.git
synced 2025-04-16 14:19:21 +00:00
Fix warning
This commit is contained in:
parent
7cc7cef950
commit
72b9d971bc
@ -481,8 +481,7 @@ namespace nix {
|
||||
* --------------------------------------------------------------------------*/
|
||||
|
||||
TEST(tokenizeString, empty) {
|
||||
auto s = "";
|
||||
Strings expected = { };
|
||||
Strings expected = { };
|
||||
|
||||
ASSERT_EQ(tokenizeString<Strings>(""), expected);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user