diff --git a/test/Jamfile b/test/Jamfile index 406eedcf..f8bfe077 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -27,7 +27,6 @@ import testing ; [ run algorithm/insert.cpp : : : : ] [ run algorithm/insert_range.cpp : : : : ] [ run algorithm/none.cpp : : : : ] - [ run algorithm/nview.cpp : : : : ] [ run algorithm/pop_back.cpp : : : : ] [ run algorithm/pop_front.cpp : : : : ] [ run algorithm/push_back.cpp : : : : ] @@ -77,6 +76,7 @@ import testing ; [ run sequence/make_vector.cpp : : : : ] [ run sequence/map.cpp : : : : ] [ run sequence/map_tie.cpp : : : : ] + [ run sequence/nview.cpp : : : : ] [ run sequence/reverse_view.cpp : : : : ] [ run sequence/set.cpp : : : : ] [ run sequence/single_view.cpp : : : : ]