diff options
Diffstat (limited to 'validation/optim/fact-ior-and.c')
| -rw-r--r-- | validation/optim/fact-ior-and.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/fact-ior-and.c b/validation/optim/fact-ior-and.c index 7af89df1..a6ad3c45 100644 --- a/validation/optim/fact-ior-and.c +++ b/validation/optim/fact-ior-and.c @@ -21,7 +21,6 @@ int fn_bxa(int b, int x, int a) { return ((x & b) | (a & x)) == ((b | a) & x); } /* * check-name: fact-ior-and * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-returns: 1 |
