From 2ef835f288446d2e3be42e7778f1fea7cbb0d079 Mon Sep 17 00:00:00 2001
From: Neil Booth <neil@daikokuya.co.uk>
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 1b47c5e7bbc1..6c60fc4a9f7a 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-06  Neil Booth  <neil@daikokuya.co.uk>
+
+	* gcc.dg/cpp/_Pragma4.c: Fix typo.
+
 Fri Sep  6 16:39:37 2002  Nicola Pero  <n.pero@mi.flashnet.it>
 
 	* 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 8d8cea5ab4c9..a7ac42d4e47c 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"      } }
 */
-- 
GitLab