summaryrefslogtreecommitdiff
path: root/gnulib-tests/test-verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib-tests/test-verify.c')
-rw-r--r--gnulib-tests/test-verify.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnulib-tests/test-verify.c b/gnulib-tests/test-verify.c
index af97076..498dd2f 100644
--- a/gnulib-tests/test-verify.c
+++ b/gnulib-tests/test-verify.c
@@ -1,6 +1,6 @@
/* Test the "verify" module.
- Copyright (C) 2005, 2009-2018 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2009-2020 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ verify (1 == 1); verify (1 == 1); /* should be ok */
enum
{
- item = verify_true (1 == 1) * 0 + 17 /* should be ok */
+ item = verify_expr (1 == 1, 10 * 0 + 17) /* should be ok */
};
static int