mirror of
https://github.com/hyprwm/Hyprland
synced 2026-05-07 10:38:01 +02:00
hyprtester: small logging fix
This commit is contained in:
parent
f9108ae5bf
commit
617137ecfc
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ class CTestCase {
|
|||
std::string{haystack}); \
|
||||
MARK_TEST_FAILED_SILENT(); \
|
||||
} else { \
|
||||
LOG_OK("{} contains {}.", #haystack, ASSERTED); \
|
||||
LOG_OK("{} contains {}.", #haystack, #needle); \
|
||||
}
|
||||
|
||||
#define EXPECT_NOT_CONTAINS(haystack, needle) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue