]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: mark 20_util/scoped_allocator/noexcept.cc R-E-T hosted
authorArsen Arsenović <arsen@aarsen.me>
Thu, 9 Nov 2023 19:22:26 +0000 (20:22 +0100)
committerArsen Arsenović <arsen@gcc.gnu.org>
Thu, 9 Nov 2023 23:10:51 +0000 (00:10 +0100)
libstdc++-v3/ChangeLog:

* testsuite/20_util/scoped_allocator/noexcept.cc: Mark as
requiring hosted.

libstdc++-v3/testsuite/20_util/scoped_allocator/noexcept.cc

index 16992968d3b9dc97305d21f18148a417fc81051d..f14eff2c46f5b0f79bc0e28c6890e14cb3b9500a 100644 (file)
@@ -1,4 +1,5 @@
 // { dg-do compile { target c++11 } }
+// { dg-require-effective-target hosted }
 
 #include <scoped_allocator>