From 689c621d895395ef6908f11a5910e8b0e74c9999 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 24 Sep 2009 02:36:54 +0000 Subject: [PATCH] Uncomment accidentally commented out line. git-svn-id: https://svn.dealii.org/trunk@19525 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/base/logstream_end.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/base/logstream_end.cc b/tests/base/logstream_end.cc index 8dfe59806e..eb9738ff99 100644 --- a/tests/base/logstream_end.cc +++ b/tests/base/logstream_end.cc @@ -43,5 +43,5 @@ int main() log << "This should be printed!"; } -// deallog << "OK" << std::endl; + deallog << "OK" << std::endl; } -- 2.39.5