]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Limit <stacktrace> synopsis test to normal namespace
authorFrançois Dumont <fdumont@gcc.gnu.org>
Wed, 13 Sep 2023 20:23:30 +0000 (22:23 +0200)
committerFrançois Dumont <fdumont@gcc.gnu.org>
Thu, 14 Sep 2023 04:26:18 +0000 (06:26 +0200)
libstdc++-v3/ChangeLog

* testsuite/19_diagnostics/stacktrace/synopsis.cc: Add
{ dg-require-normal-namespace "" }.

libstdc++-v3/testsuite/19_diagnostics/stacktrace/synopsis.cc

index ece5d526fb9177cebaf415ec4a58115b5c92602a..21c94f34a1392aae684b45219b7353123abc1147 100644 (file)
@@ -1,6 +1,7 @@
 // { dg-options "-std=gnu++23" }
 // { dg-do compile { target c++23 } }
 // { dg-require-effective-target stacktrace }
+// { dg-require-normal-namespace "" }
 
 #include <stacktrace>