Skip to content

Commit

Permalink
removes is lockfree test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsaintjacques committed Jul 9, 2015
1 parent 01c4bff commit d751327
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/sequence_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ BOOST_AUTO_TEST_CASE(AtLeastOneCacheLine) {
BOOST_CHECK(sizeof(Sequence) >= CACHE_LINE_SIZE_IN_BYTES);
}

BOOST_AUTO_TEST_CASE(IsLockFree) {
BOOST_CHECK(std::atomic<uint64_t>().is_lock_free());
}

BOOST_AUTO_TEST_CASE(IsCacheLineAligned) {
BOOST_CHECK_EQUAL(alignof(Sequence), CACHE_LINE_SIZE_IN_BYTES / 8);
}
Expand Down

0 comments on commit d751327

Please sign in to comment.