From e8a0f9cd90a32b3e1031d0230a09550bf82f8c2b Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Wed, 2 May 2018 01:14:44 +0200 Subject: [PATCH] Update test output for base/assign_subscriptor without threads --- tests/base/assign_subscriptor.with_threads=off.debug.output | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/base/assign_subscriptor.with_threads=off.debug.output b/tests/base/assign_subscriptor.with_threads=off.debug.output index eb56434e1f..a5af59129d 100644 --- a/tests/base/assign_subscriptor.with_threads=off.debug.output +++ b/tests/base/assign_subscriptor.with_threads=off.debug.output @@ -1,5 +1,5 @@ -DEAL::Exception: ExcInUse (counter, object_info->name(), infostring) +DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) DEAL:: -------------------------------------------------------- An error occurred in file in function @@ -15,7 +15,7 @@ Additional information: See the entry in the Frequently Asked Questions of deal.II (linked to from http://www.dealii.org/) for a lot more information on what this error means and how to fix programs in which it happens. -------------------------------------------------------- -DEAL::Exception: ExcInUse (counter, object_info->name(), infostring) +DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) DEAL:: -------------------------------------------------------- An error occurred in file in function @@ -31,7 +31,7 @@ Additional information: See the entry in the Frequently Asked Questions of deal.II (linked to from http://www.dealii.org/) for a lot more information on what this error means and how to fix programs in which it happens. -------------------------------------------------------- -DEAL::Exception: ExcInUse (counter, object_info->name(), infostring) +DEAL::Exception: ExcInUse (counter.load(), object_info->name(), infostring) DEAL:: -------------------------------------------------------- An error occurred in file in function -- 2.39.5