From caa0b87036a9a2e84d053e0a5b128a71748a0d2f Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 16 Oct 2013 17:26:36 +0000 Subject: [PATCH] Unify before sort... git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31261 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/threads_01.cc | 2 +- tests/base/threads_02.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"); } -- 2.39.5