diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-21 22:37:20 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-12-08 13:55:21 +0100 |
| commit | 3ed20037295696ea1d9120bad098cff8191634aa (patch) | |
| tree | 19f30573a130c5d180b454efcd1f2373f279c210 /validation/optim/canonical-cmp.c | |
| parent | 836885ffc5c4aeca6f9d01cdaaad0a12ea1c1c58 (diff) | |
| download | sparse-dev-3ed20037295696ea1d9120bad098cff8191634aa.tar.gz | |
testsuite: fix invalid 'check-...' tags
A few testcases had typos in their 'check-...' tags or
the tag was plainly invalid.
Fix them in accordance to the doc.
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/optim/canonical-cmp.c')
| -rw-r--r-- | validation/optim/canonical-cmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/optim/canonical-cmp.c b/validation/optim/canonical-cmp.c index 19b41631..6f3b5180 100644 --- a/validation/optim/canonical-cmp.c +++ b/validation/optim/canonical-cmp.c @@ -21,7 +21,7 @@ uint uat(uint p, uint a) { return (123 < p) ? a : 0; } * check-name: canonical-cmp * check-command: test-linearize -Wno-decl $file * - * check-output-exclude: \$123, + * check-output-excludes: \$123, * * check-output-start seq: |
