* gcc.dg/cpp/_Pragma4.c: Fix typo.
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 6 Sep 2002 16:38:36 +0000 (16:38 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 6 Sep 2002 16:38:36 +0000 (16:38 +0000)
From-SVN: r56891

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/_Pragma4.c

index 1b47c5e7bbc1b762f81d0d5fccd53d342ebc94fd..6c60fc4a9f7aed7e50347c243cde1e41877bcc64 100644 (file)
@@ -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
index 8d8cea5ab4c95ce5750cd7ae92f93dca07c770b4..a7ac42d4e47c7faf35e27b25c7d9c2e54f622942 100644 (file)
@@ -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"      } }
 */