aboutsummaryrefslogtreecommitdiff
path: root/doc/dejagnu.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/dejagnu.texi')
-rw-r--r--doc/dejagnu.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/dejagnu.texi b/doc/dejagnu.texi
index 0b6777b..03f7aa9 100644
--- a/doc/dejagnu.texi
+++ b/doc/dejagnu.texi
@@ -2667,6 +2667,14 @@ The @code{TestState} class supports the following instance methods:
@itemize
@item
+@code{note} emits a note that will be displayed at verbose level 2 or
+higher.
+
+@quotation
+@t{@b{TestState::note}(@i{msg});}
+@end quotation
+
+@item
@code{pass} prints a message for a successful test completion.
@quotation