Commit beef6090 authored by Nathan Bronson's avatar Nathan Bronson Committed by Facebook Github Bot

only run copyAfterRemovedCollisions test for SIMD F14

Summary:
This new test should have been inside the
FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE conditional compilation guard.

Reviewed By: mengz0

Differential Revision: D15114483

fbshipit-source-id: 2931be7d4abf7a4a95827052905bd219c9beff13
parent adfc1c67
......@@ -1794,10 +1794,6 @@ TEST(F14Map, eraseIf) {
testEraseIf<F14FastMap>();
}
///////////////////////////////////
#endif // FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE
///////////////////////////////////
namespace {
template <std::size_t N>
struct DivideBy {
......@@ -1839,3 +1835,7 @@ TEST(F14Map, copyAfterRemovedCollisions) {
testCopyAfterRemovedCollisions<F14NodeMap>();
testCopyAfterRemovedCollisions<F14FastMap>();
}
///////////////////////////////////
#endif // FOLLY_F14_VECTOR_INTRINSICS_AVAILABLE
///////////////////////////////////
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment