diff options
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/optim/select-select-true-true.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/select-select-true-true.c b/validation/optim/select-select-true-true.c index e6fa2c89..c0c26fdd 100644 --- a/validation/optim/select-select-true-true.c +++ b/validation/optim/select-select-true-true.c @@ -3,7 +3,6 @@ int foo(int p, int a, int b) { return ((p ? 42 : 43) ? a : b) == a ; } /* * check-name: select-select-true-true * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-returns: 1 |
