Skip to content

Commit

Permalink
remove non-working test
Browse files Browse the repository at this point in the history
  • Loading branch information
dawehner committed Jun 18, 2019
1 parent f3ac102 commit 1e15063
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions test/complement-simplification.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ ruleTester.run('complement-simplification', rule, {
code: 'complement(F)',
errors: [error('F', 'T')]
},
{
code: 'complement(or)',
errors: [error('or', 'and')]
},
{
code: 'complement(and)',
errors: [error('and', 'or')]
},
{
code: 'R.complement(R.T)',
errors: [error('T', 'F')]
Expand Down

0 comments on commit 1e15063

Please sign in to comment.