From: bangerth Date: Wed, 8 Sep 2010 14:25:25 +0000 (+0000) Subject: Fix doc. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d6932e8419fa72ca311774fbec0ebd02ea16b96;p=dealii-svn.git Fix doc. git-svn-id: https://svn.dealii.org/trunk@21881 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/parameter_handler_12.cc b/tests/bits/parameter_handler_12.cc index acc944571d..2200ea768d 100644 --- a/tests/bits/parameter_handler_12.cc +++ b/tests/bits/parameter_handler_12.cc @@ -12,8 +12,8 @@ //---------------------------- parameter_handler_12.cc --------------------------- -// testing reading a parameter that doesn't conform to its specs. this -// incidentally also uncovered a bug in Patterns::Integer::match +// test that using ParameterHandler::set with a parameter that doesn't conform +// to the specs leads to an error #include "../tests.h" #include