Skip to content

Commit c34e7a2

Browse files
committed
Test the test
1 parent 20e2350 commit c34e7a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/test/libcxx/algorithms/vectorization.compile.pass.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222

2323
#include <algorithm>
2424

25+
#ifndef _LIBCPP_VECTORIZE_ALGORITHMS
26+
# error It looks like the test needs to be updated since _LIBCPP_VECTORIZE_ALGORITHMS isn't defined anymore
27+
#endif
28+
2529
#if !_LIBCPP_VECTORIZE_ALGORITHMS
2630
# error Algorithms should be vectorized on this platform
2731
#endif

0 commit comments

Comments
 (0)