mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-30 07:14:09 +08:00
testsuite_hooks.h (run_tests_wrapped_env): Do not report lack of setenv().
* testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not report lack of setenv(). From-SVN: r64161
This commit is contained in:
parent
125e65945c
commit
5858cd26b2
@ -1,3 +1,8 @@
|
||||
2003-03-11 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* testsuite/testsuite_hooks.h (run_tests_wrapped_env): Do not
|
||||
report lack of setenv().
|
||||
|
||||
2003-03-09 Paolo Carlini <pcarlini@unitus.it>
|
||||
|
||||
* config/io/basic_file_stdio.cc: include <unistd.h>.
|
||||
|
@ -205,8 +205,6 @@ namespace __gnu_cxx_test
|
||||
}
|
||||
else
|
||||
throw environment_variable(string(env) + string(" to ") + string(name));
|
||||
#else
|
||||
throw not_found("setenv");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user