]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Add missing whitespace in dg-do directives
authorJonathan Wakely <jwakely@redhat.com>
Fri, 11 Oct 2024 14:42:10 +0000 (15:42 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 11 Oct 2024 14:48:17 +0000 (15:48 +0100)
libstdc++-v3/ChangeLog:

* testsuite/22_locale/time_get/get/char/5.cc: Fix dg-do
directive.
* testsuite/22_locale/time_get/get/wchar_t/5.cc: Likewise.

libstdc++-v3/testsuite/22_locale/time_get/get/char/5.cc
libstdc++-v3/testsuite/22_locale/time_get/get/wchar_t/5.cc

index 61fc329cf3c9433edf1cccd3557511e9b5c4dfb9..ca11154b49c6a97fa1e7780d9fb2faf77a3c6897 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { target c++11} }
+// { dg-do run { target c++11 } }
 
 #include <locale>
 #include <sstream>
index 5f350b043d9e117643628a1f70d8a73c2fc6c338..254ae96acd18790252d18ec3f240731ae74f0932 100644 (file)
@@ -1,4 +1,4 @@
-// { dg-do run { target c++11} }
+// { dg-do run { target c++11 } }
 
 #include <locale>
 #include <sstream>