diff --git a/src/test-iter.cc b/src/test-iter.cc index 2baf7d7a0..89ca79937 100644 --- a/src/test-iter.cc +++ b/src/test-iter.cc @@ -78,7 +78,7 @@ test_iterator (Iterator it) } template static void -test_iterable (Iterable &lst) +test_iterable (Iterable &lst = Null(Iterable)) { // Test that can take iterator from. test_iterator (lst.iter ());