Browse Source

fixed spelling of concept covering file

[SVN r8440]
Jeremy Siek 25 years ago
parent
commit
0280886ceb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libs/regrtest.py

+ 1 - 1
libs/regrtest.py

@@ -248,7 +248,7 @@ if  program_arg=="*":
   compile( "concept_check/concept_check_test.cpp")
   compile( "concept_check/concept_check_test.cpp")
   compile( "concept_check/class_concept_check_test.cpp")
   compile( "concept_check/class_concept_check_test.cpp")
   compile( "concept_check/stl_concept_check.cpp")
   compile( "concept_check/stl_concept_check.cpp")
-  compile( "concept_check/stl_concept_convering.cpp")
+  compile( "concept_check/stl_concept_covering.cpp")
   compile( "concept_check/concept_check_fail_expected.cpp")
   compile( "concept_check/concept_check_fail_expected.cpp")
   compile( "concept_check/class_concept_check_fail_expected.cpp")
   compile( "concept_check/class_concept_check_fail_expected.cpp")
   compile( "functional/function_test.cpp" )
   compile( "functional/function_test.cpp" )

粤ICP备19079148号