automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI] {testsuite-work} tests: fix spurious failure in 'lex3.test'


From: Stefano Lattarini
Subject: [FYI] {testsuite-work} tests: fix spurious failure in 'lex3.test'
Date: Thu, 15 Dec 2011 23:13:49 +0100

* tests/lex3.test (foo.l): Remove duplicated definition of
`yywrap'.  Problem introduced in merge `v1.11-1579-g8d3466c'.
---
 ChangeLog       |    6 ++++++
 tests/lex3.test |    6 ------
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4c17eb4..39ab3b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-12-15  Stefano Lattarini  <address@hidden>
+
+       tests: fix spurious failure in 'lex3.test'
+       * tests/lex3.test (foo.l): Remove duplicated definition of
+       `yywrap'.  Problem introduced in merge `v1.11-1579-g8d3466c'.
+
 2011-12-09  Jim Meyering  <address@hidden>
            Stefano Lattarini  <address@hidden>
 
diff --git a/tests/lex3.test b/tests/lex3.test
index e8f0200..46f0b9f 100755
--- a/tests/lex3.test
+++ b/tests/lex3.test
@@ -54,12 +54,6 @@ int yywrap (void)
 {
   return 1;
 }
-
-/* Avoid possible link errors. */
-int yywrap (void)
-{
-  return 1;
-}
 END
 
 $ACLOCAL
-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]