[iter] Fix test

This commit is contained in:
Behdad Esfahbod 2019-01-07 18:59:26 -05:00
parent da49961836
commit 85969e357a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ test_iterator (Iterator it)
assert (*it == it[0]);
if (it.is_random_access ()) {}
if (it.is_random_access_iterator) {}
}
template <typename Iterable> static void