From: Daniel Arndt Date: Tue, 1 May 2018 23:14:44 +0000 (+0200) Subject: Update test output for base/assign_subscriptor without threads X-Git-Tag: v9.0.0-rc1~41^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8a0f9cd90a32b3e1031d0230a09550bf82f8c2b;p=dealii.git Update test output for base/assign_subscriptor without threads --- 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