diff options
author | Zack Weinberg <zack@gcc.gnu.org> | 2000-06-28 22:17:22 +0000 |
---|---|---|
committer | Zack Weinberg <zack@gcc.gnu.org> | 2000-06-28 22:17:22 +0000 |
commit | ace1087c7973190882c4fcf1c1a30b6f0366694e (patch) | |
tree | 8a0519ad57b77ff504ca136aaff5516ba5079e62 | |
parent | f35ac4faadc3347326e1a6f57c88c2b07454eb87 (diff) | |
download | gcc-ace1087c7973190882c4fcf1c1a30b6f0366694e.zip gcc-ace1087c7973190882c4fcf1c1a30b6f0366694e.tar.gz gcc-ace1087c7973190882c4fcf1c1a30b6f0366694e.tar.bz2 |
Fix cut and paste error in last change
From-SVN: r34770
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/dg-9.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.misc-tests/dg-9.c b/gcc/testsuite/gcc.misc-tests/dg-9.c index c4926ef..b228fff 100644 --- a/gcc/testsuite/gcc.misc-tests/dg-9.c +++ b/gcc/testsuite/gcc.misc-tests/dg-9.c @@ -8,7 +8,7 @@ f () main (int argc, char *argv[]) { /* { dg-warning "return type" "warning test" } */ - +; /* { dg-error "parse" "error test 2" { target *-*-* } 11 } */ + +; /* { dg-error "parse" "error test" } */ /* { dg-bogus "foobar" "bogus fail test" } */ return a; /* { dg-bogus "undeclared|identifier|appears" "bogus pass test" { xfail *-*-* } } */ |