Skip to content

Commit c7f2db9

Browse files
author
git apple-llvm automerger
committed
Merge commit '421253396151' from llvm.org/master into apple/main
2 parents 10088c7 + 4212533 commit c7f2db9

File tree

149 files changed

+149
-149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

149 files changed

+149
-149
lines changed

libcxx/test/libcxx/containers/sequences/list/list.cons/db_copy.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.cons/db_move.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: c++03
1414
// UNSUPPORTED: libcxx-no-debug-mode
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(1))
1818

1919
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/emplace_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: c++03
1414
// UNSUPPORTED: libcxx-no-debug-mode
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_db2.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db2.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db3.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/erase_iter_iter_db4.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_iter_iter_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
// UNSUPPORTED: libcxx-no-debug-mode
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_rvalue_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_size_value_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/insert_iter_value_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.modifiers/pop_back_db1.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/list/list.ops/db_splice_pos_list_iter_iter.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <list>

libcxx/test/libcxx/containers/sequences/vector/db_back.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_cback.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_cfront.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_cindex.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_front.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_index.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_2.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_3.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_4.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_5.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_6.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_7.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/db_iterators_8.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <vector>

libcxx/test/libcxx/containers/sequences/vector/pop_back_empty.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <cstdlib>

libcxx/test/libcxx/containers/unord/unord.map/bucket_size.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// UNSUPPORTED: libcxx-no-debug-mode
1818

19-
#define _LIBCPP_DEBUG 1
19+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
2020
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
2121

2222
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_bucket.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_insert_hint_const_lvalue.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_insert_hint_rvalue.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
// UNSUPPORTED: libcxx-no-debug-mode
1818

19-
#define _LIBCPP_DEBUG 1
19+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
2020
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
2121

2222
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_iterators_10.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: libcxx-no-debug-mode
1414
// UNSUPPORTED: c++03
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_iterators_7.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_iterators_8.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_iterators_9.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: libcxx-no-debug-mode
1414
// UNSUPPORTED: c++03
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_10.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: libcxx-no-debug-mode
1414
// UNSUPPORTED: c++03
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_7.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_8.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// UNSUPPORTED: libcxx-no-debug-mode
1414

15-
#define _LIBCPP_DEBUG 1
15+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1616
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1717

1818
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_local_iterators_9.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: libcxx-no-debug-mode
1414
// UNSUPPORTED: c++03
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <unordered_map>

libcxx/test/libcxx/containers/unord/unord.map/db_move.pass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// UNSUPPORTED: c++03
1414
// UNSUPPORTED: libcxx-no-debug-mode
1515

16-
#define _LIBCPP_DEBUG 1
16+
// ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DEBUG=1
1717
#define _LIBCPP_ASSERT(x, m) ((x) ? (void)0 : std::exit(0))
1818

1919
#include <unordered_map>

0 commit comments

Comments
 (0)