Skip to content

Commit ac77498

Browse files
mertovunkblaschke
authored andcommitted
nobody reads comments anyway
1 parent 99259dc commit ac77498

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/libprojectM/PresetFileParserTest.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ TEST(PresetFileParser, ValueWithSpaceDelimiter)
6161

6262
const auto& values = parser.PresetValues();
6363

64-
// Lines with empty key should be ignored
6564
ASSERT_TRUE(values.find("value_with_space") != values.end());
6665
EXPECT_EQ(values.at("value_with_space"), "123");
6766
}

0 commit comments

Comments
 (0)