diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-04-26 13:39:55 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2012-04-26 13:39:55 +0000 |
commit | 9d809a55ceb50fae6ec390be4ca100263d032885 (patch) | |
tree | 95618387ef2300766cae3f8eff2dd0371d6acb0d /tests/texceptions.c | |
parent | b2ac9d0e6b827537ffc67db2f2c5208b547ab122 (diff) | |
download | mpfr-9d809a55ceb50fae6ec390be4ca100263d032885.tar.gz |
[tests/texceptions.c] Added a comment for check_groups().flags
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/branches/flags@8158 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'tests/texceptions.c')
-rw-r--r-- | tests/texceptions.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/texceptions.c b/tests/texceptions.c index 82231718a..968796af3 100644 --- a/tests/texceptions.c +++ b/tests/texceptions.c @@ -336,6 +336,9 @@ check_set (void) MPFR_ASSERTN (__gmpfr_flags == 0); } +/* Note: this test assumes that mpfr_flags_* can be implemented as both + a function and a macro. Thus in such a case, both implementations are + tested. */ static void check_groups (void) { |