noinit-attribute.c: Fix typo.
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 14 Aug 2019 17:57:35 +0000 (17:57 +0000)
committerChristophe Lyon <clyon@gcc.gnu.org>
Wed, 14 Aug 2019 17:57:35 +0000 (19:57 +0200)
2019-08-14  Christophe Lyon  <christophe.lyon@linaro.org>

* gcc.c-torture/execute/noinit-attribute.c: Fix typo.

From-SVN: r274489

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/noinit-attribute.c

index ceb12b37eee9b5c4142e29639b42d448a656f459..d7a3e6bfde763ae62f62f416e62ea7a4c9995bbb 100644 (file)
@@ -1,3 +1,7 @@
+2019-08-14  Christophe Lyon  <christophe.lyon@linaro.org>
+
+       * gcc.c-torture/execute/noinit-attribute.c: Fix typo.
+
 2019-08-14  Martin Sebor  <msebor@redhat.com>
 
        PR tree-optimization/91294
index ffcf8c6b3da0623c800cf2868c3abfbbf3b162fb..b99417c404eb516969859967dff5acf87d18ba00 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-require-effective-target noinit */
+/* { dg-require-effective-target noinit */
 /* { dg-options "-O2" } */
 
 /* This test checks that noinit data is handled correctly.  */