From: Wolfgang Bangerth Date: Tue, 26 Jun 2001 13:41:52 +0000 (+0000) Subject: Don't try to assign to cerr. X-Git-Tag: v8.0.0~19037 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbce92e6c50620046b8b33a477f9224facf9a03;p=dealii.git Don't try to assign to cerr. git-svn-id: https://svn.dealii.org/trunk@4757 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/reference.cc b/tests/base/reference.cc index 1b54a605a5..368106d913 100644 --- a/tests/base/reference.cc +++ b/tests/base/reference.cc @@ -47,7 +47,7 @@ int main() std::ofstream logfile("reference.output"); deallog.attach(logfile); deallog.depth_console(0); - std::cerr = logfile; + Test a("A"); const Test b("B"); SmartPointer r=&a;