libstdc++: drop bogus 'dg_do run' directive

We already have a valid 'dg-do run' (- vs _) directive, so drop the bogus
one.

libstdc++-v3/ChangeLog:
	* testsuite/28_regex/traits/char/translate.cc: Drop bogus 'dg_do run'.
This commit is contained in:
Sam James 2024-07-30 21:39:48 +01:00
parent 89ed5ab210
commit f722126723
No known key found for this signature in database
GPG Key ID: 738409F520DF9190

View File

@ -1,4 +1,3 @@
// { dg_do run }
// { dg-do run { target c++11 } }
// { dg-timeout-factor 2 }