From c8c7bb31f2b6eb85140f9f098517978d48fab302 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Fri, 12 Jun 2020 10:55:30 -0400 Subject: [PATCH] [libc++] Remove redundant UNSUPPORTED annotation for the GDB pretty-printer tests That test is already only enabled if LIBCXX_TEST_GDB_PRETTY_PRINTERS is enabled, which isn't the default. If someone turns on that option on Windows, they should be able to run the test and see whatever failure happens. --- libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp b/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp index 268501f..96cdd20 100644 --- a/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp +++ b/libcxx/test/pretty_printers/gdb_pretty_printer_test.sh.cpp @@ -6,7 +6,6 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -// UNSUPPORTED: system-windows // REQUIRES: libcxx_gdb // // RUN: %{cxx} %{flags} %s -o %t.exe %{compile_flags} -g %{link_flags} -- 2.7.4