Skip to content

Commit 0759902

Browse files
committed
[libc++] Fixes CI after Jammy update.
Reviewed By: #libc, philnik Differential Revision: https://reviews.llvm.org/D127419
1 parent 3b2004e commit 0759902

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

Lines changed: 1 addition & 1 deletion
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-14, clang-15
15+
// UNSUPPORTED: clang-13, clang-14, clang-15
1616

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

0 commit comments

Comments
 (0)