Skip to content

Commit b6dcc31

Browse files
committed
[libcxx] [test] Enable gdb_pretty_printer_test.sh.cpp for clang-19
With current versions of clang-19 in the CI image, this test does pass.
1 parent debf7fb commit b6dcc31

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 these failures which break the CI.
15-
// UNSUPPORTED: clang-17, clang-18, clang-19
15+
// UNSUPPORTED: clang-17, clang-18
1616

1717
// The Android libc++ tests are run on a non-Android host, connected to an
1818
// Android device over adb. gdb needs special support to make this work (e.g.

0 commit comments

Comments
 (0)