clang-tidy: run through performance checks
Found with performance* Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Luis Díaz Más
parent
b8712188bb
commit
f9d394adf0
@@ -75,7 +75,7 @@ TEST_F(AXmpKey, correctlyInstantiatedWithValidPrefixAndProperty)
|
||||
TEST_F(AXmpKey, canBeCopiedConstructed)
|
||||
{
|
||||
XmpKey key(expectedPrefix, expectedProperty);
|
||||
XmpKey copiedKey(key);
|
||||
const XmpKey& copiedKey(key);
|
||||
checkValidity(copiedKey);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user