diff options
Diffstat (limited to 'validation/optim/cse-reg01.c')
| -rw-r--r-- | validation/optim/cse-reg01.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/validation/optim/cse-reg01.c b/validation/optim/cse-reg01.c index 938858f4..3ea283d3 100644 --- a/validation/optim/cse-reg01.c +++ b/validation/optim/cse-reg01.c @@ -3,7 +3,6 @@ int foo(int a, int b) { int x = a + b, y = ~b; return (x < y) == (y > x); } /* * check-name: cse-reg01 * check-command: test-linearize -Wno-decl $file - * check-known-to-fail * * check-output-ignore * check-output-returns: 1 |
