mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 00:51:18 +01:00
clang-tidy
This commit is contained in:
@@ -20,7 +20,7 @@ TEST_CASE("Copy construct pattern") {
|
||||
}
|
||||
|
||||
TEST_CASE("Compare patterns") {
|
||||
Pattern p;
|
||||
Pattern const p;
|
||||
Pattern p1;
|
||||
REQUIRE(p == p1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user