diff options
author | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-28 16:53:21 +0200 |
---|---|---|
committer | Tom Hubrecht <github@mail.hubrecht.ovh> | 2024-05-29 12:38:51 +0200 |
commit | a39ba22ff7112cd3984bbf28d8610d84dd525a0f (patch) | |
tree | 234f26a44798f318baf3b6a3c318390d30c50b0e /tests/unit/libutil/tests.cc | |
parent | f0eb650ee8a0eb5244c15fab3b152a1f70e1506e (diff) |
util.hh: Delete remaining file and clean up headers
Change-Id: Ic1f68e6af658e94ef7922841dd3ad4c69551ef56
Diffstat (limited to 'tests/unit/libutil/tests.cc')
-rw-r--r-- | tests/unit/libutil/tests.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/unit/libutil/tests.cc b/tests/unit/libutil/tests.cc index 324ebd335..9a44ad59b 100644 --- a/tests/unit/libutil/tests.cc +++ b/tests/unit/libutil/tests.cc @@ -3,7 +3,6 @@ #include "strings.hh" #include "types.hh" #include "terminal.hh" -#include "util.hh" #include <gtest/gtest.h> @@ -11,7 +10,7 @@ namespace nix { -/* ----------- tests for util.hh ------------------------------------------------*/ +/* ----------- tests for libutil ------------------------------------------------*/ /* ---------------------------------------------------------------------------- * absPath |