Revert size to be unsigned for ArrayRef
[alexxy/gromacs.git] / src / gromacs / selection / tests / selectioncollection.cpp
index 228f58f2186d40d8a3edaa138bb5fcd6df325b8d..34f17427ffa15dd11e244838c7248f55fa8bcac4 100644 (file)
@@ -291,7 +291,7 @@ SelectionCollectionDataTest::runParser(
     TestReferenceChecker compound(checker_.checkCompound("ParsedSelections", "Parsed"));
     size_t               varcount = 0;
     count_ = 0;
-    for (gmx::index i = 0; i < selections.size(); ++i)
+    for (gmx::index i = 0; i < selections.ssize(); ++i)
     {
         SCOPED_TRACE(std::string("Parsing selection \"")
                      + selections[i] + "\"");