Skip to content

Commit 653b214

Browse files
committed
[libc++] Fixes the CI.
The GDB test was disabled for clang-15, updated the filter since main now is clang-16.
1 parent 43b5e12 commit 653b214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/libcxx/gdb/gdb_pretty_printer_test.sh.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
// UNSUPPORTED: c++03
1313

1414
// TODO: Investigate this failure, which happens only with the Bootstrapping build.
15-
// UNSUPPORTED: clang-13, clang-14, clang-15
15+
// UNSUPPORTED: clang-13, clang-14, clang-15, clang-16
1616

1717
// TODO: Investigate this failure on GCC 12 (in Ubuntu Jammy)
1818
// UNSUPPORTED: gcc-12

0 commit comments

Comments
 (0)