From 2ef835f288446d2e3be42e7778f1fea7cbb0d079 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Fri, 6 Sep 2002 16:38:36 +0000 Subject: [PATCH] * gcc.dg/cpp/_Pragma4.c: Fix typo. From-SVN: r56891 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.dg/cpp/_Pragma4.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 1b47c5e7bbc..6c60fc4a9f7 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-09-06 Neil Booth + + * gcc.dg/cpp/_Pragma4.c: Fix typo. + Fri Sep 6 16:39:37 2002 Nicola Pero * objc/execute/formal_protocol-6.x: Removed. This testcase is now diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma4.c b/gcc/testsuite/gcc.dg/cpp/_Pragma4.c index 8d8cea5ab4c..a7ac42d4e47 100644 --- a/gcc/testsuite/gcc.dg/cpp/_Pragma4.c +++ b/gcc/testsuite/gcc.dg/cpp/_Pragma4.c @@ -7,6 +7,6 @@ a b c /* { dg-final { if ![file exists _Pragma4.i] { return } } } - { dg-final { if { [grep _Pragma4.i "#pragma bat "] != "" } { return } } } + { dg-final { if { [grep _Pragma4.i "#pragma bar "] != "" } { return } } } { dg-final { fail "_Pragma4.c: #pragma appearing on its own line" } } */ -- 2.30.2