mirror of
https://github.com/polybar/polybar.git
synced 2026-02-08 13:25:37 +00:00
refactor(ci): Split into scripts
This commit is contained in:
@ -75,7 +75,8 @@ int main() {
|
||||
unsigned long hashB1{string_util::hash("Foo")};
|
||||
unsigned long hashB2{string_util::hash("Bar")};
|
||||
expect(hashA1 == hashA2);
|
||||
expect(hashA1 != hashB1 != hashB2);
|
||||
expect(hashA1 != hashB1);
|
||||
expect(hashA1 != hashB2);
|
||||
expect(hashB1 != hashB2);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user