diff options
Diffstat (limited to 'test/utils/cpp/prefix.test.cpp')
-rw-r--r-- | test/utils/cpp/prefix.test.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/utils/cpp/prefix.test.cpp b/test/utils/cpp/prefix.test.cpp index 3dd092eb..ae47c93d 100644 --- a/test/utils/cpp/prefix.test.cpp +++ b/test/utils/cpp/prefix.test.cpp @@ -12,10 +12,11 @@ // See the License for the specific language governing permissions and // limitations under the License. +#include "src/utils/cpp/prefix.hpp" + #include <filesystem> #include "catch2/catch_test_macros.hpp" -#include "src/utils/cpp/prefix.hpp" TEST_CASE("lines", "[prefix]") { CHECK(PrefixLines("").empty()); |