Skip to content

Commit 2dc94f9

Browse files
committed
Switch to TEST_HAS_NO_ALIGNED_ALLOCATION macro
1 parent 60c29a4 commit 2dc94f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/libcxx.control_block_layout.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ int main(int, char**) {
195195
test<TrivialEmptyType, FinalEmptyAlloc>();
196196
test<TrivialEmptyType, NonTrivialAlloc>();
197197

198-
#if !defined(_LIBCPP_HAS_NO_LIBRARY_ALIGNED_ALLOCATION)
198+
#if !defined(TEST_HAS_NO_ALIGNED_ALLOCATION)
199199
test<OveralignedEmptyType, TrivialEmptyAlloc>();
200200
test<OveralignedEmptyType, TrivialNonEmptyAlloc>();
201201
test<OveralignedEmptyType, FinalEmptyAlloc>();

0 commit comments

Comments
 (0)