diff options
author | rebecca “wiggles” turner <rbt@sent.as> | 2024-03-30 22:26:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@lix> | 2024-03-30 22:26:59 +0000 |
commit | 4b730f328e1ea581d09ffba4b064b5f3949af414 (patch) | |
tree | b60619efd94d3e232a1d5dd49589a0a7156a7b89 /tests/unit | |
parent | 2041bdac2db767c51cd86cb860fc3f03df42cb4e (diff) | |
parent | 2a98ba8b97c9ff52519633c32cf63716827d6e7c (diff) |
Merge "Add `pre-commit` checks" into main
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/libutil/chunked-vector.cc | 1 | ||||
-rw-r--r-- | tests/unit/libutil/git.cc | 1 | ||||
-rw-r--r-- | tests/unit/libutil/references.cc | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/libutil/chunked-vector.cc b/tests/unit/libutil/chunked-vector.cc index 868d11f6f..4feed568b 100644 --- a/tests/unit/libutil/chunked-vector.cc +++ b/tests/unit/libutil/chunked-vector.cc @@ -51,4 +51,3 @@ namespace nix { } } - diff --git a/tests/unit/libutil/git.cc b/tests/unit/libutil/git.cc index 5b5715fc2..e9048278a 100644 --- a/tests/unit/libutil/git.cc +++ b/tests/unit/libutil/git.cc @@ -30,4 +30,3 @@ namespace nix { ASSERT_EQ(res->reference, "refs/head/main"); } } - diff --git a/tests/unit/libutil/references.cc b/tests/unit/libutil/references.cc index a517d9aa1..be2b59051 100644 --- a/tests/unit/libutil/references.cc +++ b/tests/unit/libutil/references.cc @@ -43,4 +43,3 @@ INSTANTIATE_TEST_CASE_P( ); } - |