From 2d6932e8419fa72ca311774fbec0ebd02ea16b96 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 8 Sep 2010 14:25:25 +0000 Subject: [PATCH] Fix doc. git-svn-id: https://svn.dealii.org/trunk@21881 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/parameter_handler_12.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5