From 25fe0d892c45dac44ea6f58fb74e07b90da9dc19 Mon Sep 17 00:00:00 2001 From: heister Date: Sun, 16 Sep 2012 20:07:47 +0000 Subject: [PATCH] simplify test git-svn-id: https://svn.dealii.org/trunk@26420 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/log_crash_01.cc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/base/log_crash_01.cc b/tests/base/log_crash_01.cc index 8057f59510..4d2fd1c18c 100644 --- a/tests/base/log_crash_01.cc +++ b/tests/base/log_crash_01.cc @@ -26,13 +26,5 @@ int main() { std::ofstream logfile("log_crash_01/output"); deallog.attach(logfile); - deallog.depth_console(0); - - deallog.push("1"); - { - deallog.threshold_double(1.e-10); - deallog.push("2"); deallog << "no newline here!"; - deallog.pop(); - } } -- 2.39.5