mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-13 03:37:05 +01:00
test(unity): unused function
This commit is contained in:
@@ -38,16 +38,6 @@ String expected_actual(espurna::StringView expected, espurna::StringView actual)
|
||||
return out;
|
||||
}
|
||||
|
||||
void test_assert_equal_string_view(espurna::StringView expected, espurna::StringView actual, unsigned int line, const char* msg) {
|
||||
UNITY_TEST_ASSERT_EQUAL_INT(expected.length(), actual.length(), line, msg);
|
||||
if (msg != nullptr) {
|
||||
UNITY_TEST_ASSERT_EQUAL_CHAR_ARRAY(
|
||||
expected.data(), actual.data(), actual.length(), line, msg);
|
||||
} else {
|
||||
String out;
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
void test_assert_equal_string_view(espurna::StringView expected, espurna::StringView actual, unsigned int line, const char* msg) {
|
||||
|
||||
Reference in New Issue
Block a user