summaryrefslogtreecommitdiff
path: root/test/utils/archive/archive_usage.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils/archive/archive_usage.test.cpp')
-rw-r--r--test/utils/archive/archive_usage.test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/utils/archive/archive_usage.test.cpp b/test/utils/archive/archive_usage.test.cpp
index fd33f7e0..23313620 100644
--- a/test/utils/archive/archive_usage.test.cpp
+++ b/test/utils/archive/archive_usage.test.cpp
@@ -50,7 +50,7 @@ auto const kExpected = filetree_t{{"foo", {"foo", AE_IFREG}},
{"bar/", {"", AE_IFDIR}},
{"bar/baz", {"baz", AE_IFREG}}};
-struct archive_test_info_t {
+struct ArchiveTestInfo {
std::string test_name;
ArchiveType type;
std::string test_dir;
@@ -59,7 +59,7 @@ struct archive_test_info_t {
std::string cmd;
};
-std::vector<archive_test_info_t> const kTestScenarios = {
+std::vector<ArchiveTestInfo> const kTestScenarios = {
{.test_name = "tar",
.type = ArchiveType::Tar,
.test_dir = "test_tar",