From: Bruno Turcksin Date: Wed, 18 Sep 2013 22:13:46 +0000 (+0000) Subject: Fix a test. X-Git-Tag: v8.1.0~570^2~279 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3c7e76464105e4e4ad49b8c63f25c44d619b379;p=dealii.git Fix a test. git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30813 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/work_stream_03.cc b/tests/base/work_stream_03.cc index 70760f9502..2916819181 100644 --- a/tests/base/work_stream_03.cc +++ b/tests/base/work_stream_03.cc @@ -38,7 +38,6 @@ #include #include -char logname[] = "work_stream_03/output"; template double @@ -164,7 +163,7 @@ do_project() int main() { - std::ofstream logfile(logname); + std::ofstream logfile("output"); deallog << std::setprecision(3); deallog.attach(logfile);