From: maier Date: Wed, 16 Oct 2013 17:26:36 +0000 (+0000) Subject: Unify before sort... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f8d452ea902ea4deaae9872c2a46dbaf8a7ab5e;p=dealii-svn.git Unify before sort... git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31261 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/base/threads_01.cc b/tests/base/threads_01.cc index 5e1aba5838..a20d854d8e 100644 --- a/tests/base/threads_01.cc +++ b/tests/base/threads_01.cc @@ -2080,6 +2080,6 @@ X<8> x8; deallog.detach (); logfile.close (); - sort_file_contents ("output"); unify_pretty_function ("output"); + sort_file_contents ("output"); } diff --git a/tests/base/threads_02.cc b/tests/base/threads_02.cc index 89f3336b11..e2b0786884 100644 --- a/tests/base/threads_02.cc +++ b/tests/base/threads_02.cc @@ -2080,6 +2080,6 @@ X<8> x8; deallog.detach (); logfile.close (); - sort_file_contents ("output"); unify_pretty_function ("output"); + sort_file_contents ("output"); }