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-fcmp.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-fcmp.c')
| -rw-r--r-- | validation/optim/canonical-fcmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/validation/optim/canonical-fcmp.c b/validation/optim/canonical-fcmp.c index e3e758a9..d098da64 100644 --- a/validation/optim/canonical-fcmp.c +++ b/validation/optim/canonical-fcmp.c @@ -20,7 +20,7 @@ int nfcmp_ge(double a) { return !(g < a); } * check-name: canonical-cmp * check-command: test-linearize -Wno-decl $file * - * check-output-exclude: \$123, + * check-output-excludes: \$123, * * check-output-start fcmp_eq: |
