]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libstdc++-v3/testsuite/experimental/propagate_const/requirements5.cc
Improve docs for Library Fundamentals TS
[thirdparty/gcc.git] / libstdc++-v3 / testsuite / experimental / propagate_const / requirements5.cc
index 60b33734e5757796b5e4b52a3c207c6e7c95b80e..85a7c7b531ce928dba148d8ad307025abbd70672 100644 (file)
@@ -21,6 +21,6 @@
 
 using std::experimental::propagate_const;
 
-// { dg-error "requires a class or a pointer to an object type" "" { target *-*-* } 107 }
-
 propagate_const<int[1]> test1;
+
+// { dg-error "requires a class or a pointer to an object type" "" { target *-*-* } 0 }