diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/c99-tgmath-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/c99-tgmath-2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/c99-tgmath-2.c b/gcc/testsuite/gcc.dg/c99-tgmath-2.c index d162d4a..22435f3 100644 --- a/gcc/testsuite/gcc.dg/c99-tgmath-2.c +++ b/gcc/testsuite/gcc.dg/c99-tgmath-2.c @@ -11,4 +11,4 @@ float foo(float x) return sin(x); } -/* {dg-final {scan-assembler "sinf" } } */ +/* { dg-final { scan-assembler "sinf" } } */ |