diff options
Diffstat (limited to 'validation')
| -rw-r--r-- | validation/optim/cse-not01.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/cse-not01.c b/validation/optim/cse-not01.c index f87123f1..ea1bb7cf 100644 --- a/validation/optim/cse-not01.c +++ b/validation/optim/cse-not01.c @@ -5,7 +5,6 @@ int xor(int a) { return (~a ^ a) == ~0; } /* * check-name: cse-not01 * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-returns: 1 |
