summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp')
-rw-r--r--searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp b/searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp
index 93ad6c75a1b..256ef80343f 100644
--- a/searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp
+++ b/searchlib/src/tests/indexmetainfo/indexmetainfo_test.cpp
@@ -6,7 +6,7 @@
using search::IndexMetaInfo;
-typedef IndexMetaInfo::Snapshot Snap;
+using Snap = IndexMetaInfo::Snapshot;
TEST_SETUP(Test)