noinit-attribute.c: Fix typo.

2019-08-14  Christophe Lyon  <christophe.lyon@linaro.org>

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

From-SVN: r274489
This commit is contained in:
Christophe Lyon 2019-08-14 17:57:35 +00:00 committed by Christophe Lyon
parent 7a91c71099
commit 8069cc6b41
2 changed files with 5 additions and 1 deletions

View 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

View 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. */