diff --git a/libs/regrtest.py b/libs/regrtest.py index b440d30e06..59e8ea896f 100644 --- a/libs/regrtest.py +++ b/libs/regrtest.py @@ -159,9 +159,9 @@ f.write( "Program\n" ) if sys.platform == "linux2": if compiler_arg == "*" or compiler_arg == "gcc": - f.write( "GNU
GCC
2.95.2
(Linux)\n" ) + f.write( "GNU
GCC
2.95.2\n" ) if compiler_arg == "*" or compiler_arg == "gcc-stlport": - f.write( "GNU
GCC
2.95.2
4.0 beta 8
(Linux)\n" ) + f.write( "GNU
GCC
2.95.2
STLport
4.0 beta 8\n" ) else: if compiler_arg=="*" or compiler_arg=="bcc54": f.write( "Borland
BCC
5.4\n" )