Skip to content

Commit

Permalink
TESTS: remove unsuitable test case of bitset
Browse files Browse the repository at this point in the history
  • Loading branch information
qtxie committed Jun 12, 2015
1 parent 08c1a8c commit 54654af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/source/units/series-test.red
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,6 @@ Red [
--test-- "set-op-bitset"
a: make bitset! [1 2 3 4]
b: make bitset! [4 5 23]
--assert b = unique b
--assert "make bitset! #{7C0001}" = mold union a b
--assert "make bitset! #{080000}" = mold intersect a b
--assert "make bitset! #{740001}" = mold difference a b
Expand Down

0 comments on commit 54654af

Please sign in to comment.