From a5a78439750bffd72f733aa465bc92256a899351 Mon Sep 17 00:00:00 2001 From: Nikolas Klauser Date: Tue, 14 Oct 2025 12:14:02 +0200 Subject: [PATCH] [libc++][C++03] Don't run cstdalign.compile.pass.cpp --- .../language.support/support.runtime/cstdalign.compile.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/test/std/language.support/support.runtime/cstdalign.compile.pass.cpp b/libcxx/test/std/language.support/support.runtime/cstdalign.compile.pass.cpp index 69296dfa50121..d289ef63dfec1 100644 --- a/libcxx/test/std/language.support/support.runtime/cstdalign.compile.pass.cpp +++ b/libcxx/test/std/language.support/support.runtime/cstdalign.compile.pass.cpp @@ -10,7 +10,7 @@ // ADDITIONAL_COMPILE_FLAGS: -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -// XFAIL: FROZEN-CXX03-HEADERS-FIXME +// UNSUPPORTED: c++03 #include