Просмотр исходного кода

Restored alphabetic ordering.

[SVN r8686]
Jens Maurer 25 лет назад
Родитель
Сommit
b6c44c0bd4
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      status/regression.cfg

+ 3 - 1
status/regression.cfg

@@ -1,9 +1,10 @@
 // Boost primary regression test configuration file
 //
+// Please keep the entries ordered alphabetically by the test's file name.
+//
 // ChangeLog:
 // 20 Jan 01 - Added iterator_traits_test.cpp (David Abrahams)
 
-run libs/utility/iterator_traits_test.cpp
 compile libs/config/config_test.cpp
 run libs/array/array1.cpp
 compile libs/concept_check/concept_check_test.cpp
@@ -36,6 +37,7 @@ compile libs/timer/timer_test.cpp
 compile libs/utility/call_traits_test.cpp
 compile libs/utility/compressed_pair_test.cpp
 run libs/utility/iterator_adaptor_test.cpp
+run libs/utility/iterator_traits_test.cpp
 run libs/utility/iterators_test.cpp
 run libs/utility/operators_test.cpp
 run libs/utility/tie_example.cpp

粤ICP备19079148号