mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
Fix warning
This commit is contained in:
parent
7cc7cef950
commit
72b9d971bc
1 changed files with 1 additions and 2 deletions
|
@ -481,7 +481,6 @@ namespace nix {
|
||||||
* --------------------------------------------------------------------------*/
|
* --------------------------------------------------------------------------*/
|
||||||
|
|
||||||
TEST(tokenizeString, empty) {
|
TEST(tokenizeString, empty) {
|
||||||
auto s = "";
|
|
||||||
Strings expected = { };
|
Strings expected = { };
|
||||||
|
|
||||||
ASSERT_EQ(tokenizeString<Strings>(""), expected);
|
ASSERT_EQ(tokenizeString<Strings>(""), expected);
|
||||||
|
|
Loading…
Add table
Reference in a new issue