From 85969e357a34691cc42c88490fc7e341175783dd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Mon, 7 Jan 2019 18:59:26 -0500 Subject: [PATCH] [iter] Fix test --- src/test-iter.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test-iter.cc b/src/test-iter.cc index 8b66737e1..fbe070838 100644 --- a/src/test-iter.cc +++ b/src/test-iter.cc @@ -80,7 +80,7 @@ test_iterator (Iterator it) assert (*it == it[0]); - if (it.is_random_access ()) {} + if (it.is_random_access_iterator) {} } template static void